Skip to content

Commit d87fdd1

Browse files
committed
Update readme
1 parent 2c3e56b commit d87fdd1

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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>

assets/readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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>
@@ -40,7 +41,7 @@
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).

0 commit comments

Comments
 (0)