File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- [ In Portuguese] ( https://github.com/Throyer/springboot-api-crud/blob/master/assets/readme.md#spring-boot-api-crud )
1
+ > [ 🇧🇷 In Portuguese] ( https://github.com/Throyer/springboot-api-crud/blob/master/assets/readme.md#spring-boot-api-crud )
2
+ >
3
+ > [ 🐬 MySQL/MariaDB implementation] ( https://github.com/Throyer/springboot-api-crud/tree/mariadb#readme )
2
4
3
5
<p align =" center " >
4
6
<a href =" https://github.com/Throyer " target =" blank " ><img src =" ./assets/tecnologias.png " width =" 560 " alt =" Tecnologias " /></a >
Original file line number Diff line number Diff line change 1
- [ Em Inglês] ( ../README.md )
2
-
1
+ > [ 🇺🇸 Em Inglês] ( ../README.md )
2
+ >
3
+ > [ 🐬 Implementação com MySQL/MariaDB] ( https://github.com/Throyer/springboot-api-crud/tree/mariadb#readme )
3
4
<p align="center">
4
5
<a href="https://github.com/Throyer" target="blank"> <img src =" ./tecnologias.png " width =" 560 " alt =" Tecnologias " /></a >
5
6
</p>
40
41
41
42
## Requisitos
42
43
43
- - MariaDB : ` ^10.6.1 `
44
+ - Postgres : ` ^13 `
44
45
- Java: ` ^17 `
45
46
> recomendo a instalação do maven localmente, mas o projeto tem uma versão portatil nos arquivos [ ` mvnw ` ] ( ./mvnw ) e [ ` mvnw.cmd ` ] ( ./mvnw.cmd )
46
47
@@ -144,7 +145,7 @@ Criando arquivos de arquivos de migração
144
145
> ``` shell
145
146
> # para mudar o valor de alguma variável de ambiente
146
147
> # na execução basta passar ela como parâmetro. (como --SERVER_PORT=80 por exemplo).
147
- > $ java -jar api-3 .0.3 .RELEASE.jar --SERVER_PORT=80
148
+ > $ java -jar api-4 .0.0 .RELEASE.jar --SERVER_PORT=80
148
149
> ` ` `
149
150
>
150
151
> > [Todas opções do ` aplication.properties` ** padrões** no Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html).
You can’t perform that action at this time.
0 commit comments