File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 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 )
24
35<p align =" center " >
46 <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 )
34 <p align="center">
45 <a href="https://github.com/Throyer" target="blank"> <img src =" ./tecnologias.png " width =" 560 " alt =" Tecnologias " /></a >
56 </p>
4041
4142## Requisitos
4243
43- - MariaDB : ` ^10.6.1 `
44+ - Postgres : ` ^13 `
4445- Java: ` ^17 `
4546> recomendo a instalação do maven localmente, mas o projeto tem uma versão portatil nos arquivos [ ` mvnw ` ] ( ./mvnw ) e [ ` mvnw.cmd ` ] ( ./mvnw.cmd )
4647
@@ -144,7 +145,7 @@ Criando arquivos de arquivos de migração
144145> ``` shell
145146> # para mudar o valor de alguma variável de ambiente
146147> # 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
148149> ` ` `
149150>
150151> > [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