Skip to content

Commit 664e0a8

Browse files
committed
Update readme
1 parent f91ba21 commit 664e0a8

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://github.com/Throyer" target="blank"><img src="./assets/tecnologias.png" width="560" alt="Tecnologias" /></a>
2+
<a href="https://throyer-crud-api.herokuapp.com" target="blank"><img src="./assets/demo.gif" alt="Demonstration" /></a>
33
</p>
44

55
<h1 align="center">Spring Boot API CRUD</h1>
@@ -90,8 +90,9 @@ Assim que a aplicação estiver de pé, fica disponível em: [localhost:8080/doc
9090
[exemplo no heroku](https://throyer-crud-api.herokuapp.com/documentation)
9191

9292
## Postman
93-
Clique [**aqui**](./postman/crud_api.postman_collection.json) para acessar o aquivo `json` da coleção do postman.
94-
93+
>Clique [**aqui**](./postman/crud_api.postman_collection.json) para acessar o aquivo `json` da coleção do postman.
94+
>
95+
>> _🚨 this file deprecated!_
9596
9697
<br>
9798
<br>
@@ -108,7 +109,7 @@ Criando arquivos de arquivos de migração
108109

109110
- SQL based migrations
110111
```bash
111-
mvn migration:generate -Dname=my-migration-name -Dtype=sql
112+
mvn migration:generate -Dname=my-migration-name -Dsql
112113
```
113114

114115
---
@@ -136,7 +137,7 @@ Criando arquivos de arquivos de migração
136137
> ```shell
137138
> # para mudar o valor de alguma variável de ambiente
138139
> # na execução basta passar ela como parâmetro. (como --SERVER_PORT=80 por exemplo).
139-
> $ java -jar api-1.0.0.RELEASE.jar --SERVER_PORT=80
140+
> $ java -jar api-3.0.3.RELEASE.jar --SERVER_PORT=80
140141
> ```
141142
>
142143
> > [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).

assets/demo.gif

659 KB
Loading

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.github.throyer.common.spring-boot</groupId>
1111
<artifactId>api</artifactId>
12-
<version>3.0.2</version>
12+
<version>3.0.3</version>
1313
<name>Common API</name>
1414
<description>Exemplo de api simples com Spring Boot</description>
1515

@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>com.github.throyer</groupId>
182182
<artifactId>migration-maven-plugin</artifactId>
183-
<version>1.2.5</version>
183+
<version>1.2.7</version>
184184
</plugin>
185185
<plugin>
186186
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)