File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
# Features
35
35
36
36
<p align =" center " >
37
- <a href =" https://throyer-crud-api.herokuapp.com " target =" blank " ><img src =" https://i.imgur.com/YWjBtvG .png" alt =" Tecnologias " /></a >
37
+ <a href =" https://throyer-crud-api.herokuapp.com " target =" blank " ><img src =" ./assets/features .png" alt =" Tecnologias " /></a >
38
38
</p >
39
39
40
40
@@ -135,7 +135,7 @@ Creating database migration files
135
135
> ``` shell
136
136
> # to change the value of some environment variable at runtime
137
137
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
138
- > $ java -jar api-4.0.1 .RELEASE.jar --SERVER_PORT=80
138
+ > $ java -jar api-4.1.0 .RELEASE.jar --SERVER_PORT=80
139
139
> ` ` `
140
140
141
141
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >com.github.throyer.common.spring-boot</groupId >
11
11
<artifactId >api</artifactId >
12
- <version >4.0.1 </version >
12
+ <version >4.1.0 </version >
13
13
<name >CRUD API</name >
14
14
15
15
<description >Exemplo de api simples com Spring Boot</description >
You can’t perform that action at this time.
0 commit comments