Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Throyer committed Dec 29, 2021
1 parent f91ba21 commit 664e0a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/Throyer" target="blank"><img src="./assets/tecnologias.png" width="560" alt="Tecnologias" /></a>
<a href="https://throyer-crud-api.herokuapp.com" target="blank"><img src="./assets/demo.gif" alt="Demonstration" /></a>
</p>

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

## Postman
Clique [**aqui**](./postman/crud_api.postman_collection.json) para acessar o aquivo `json` da coleção do postman.

>Clique [**aqui**](./postman/crud_api.postman_collection.json) para acessar o aquivo `json` da coleção do postman.
>
>> _🚨 this file deprecated!_
<br>
<br>
Expand All @@ -108,7 +109,7 @@ Criando arquivos de arquivos de migração

- SQL based migrations
```bash
mvn migration:generate -Dname=my-migration-name -Dtype=sql
mvn migration:generate -Dname=my-migration-name -Dsql
```

---
Expand Down Expand Up @@ -136,7 +137,7 @@ Criando arquivos de arquivos de migração
> ```shell
> # para mudar o valor de alguma variável de ambiente
> # na execução basta passar ela como parâmetro. (como --SERVER_PORT=80 por exemplo).
> $ java -jar api-1.0.0.RELEASE.jar --SERVER_PORT=80
> $ java -jar api-3.0.3.RELEASE.jar --SERVER_PORT=80
> ```
>
> > [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).
Expand Down
Binary file added assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.github.throyer.common.spring-boot</groupId>
<artifactId>api</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<name>Common API</name>
<description>Exemplo de api simples com Spring Boot</description>

Expand Down Expand Up @@ -180,7 +180,7 @@
<plugin>
<groupId>com.github.throyer</groupId>
<artifactId>migration-maven-plugin</artifactId>
<version>1.2.5</version>
<version>1.2.7</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 664e0a8

Please sign in to comment.