File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Creating database migration files
132132> ``` shell
133133> # to change the value of some environment variable at runtime
134134> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
135- > $ java -jar api-3.0.3 .RELEASE.jar --SERVER_PORT=80
135+ > $ java -jar api-3.0.4 .RELEASE.jar --SERVER_PORT=80
136136> ` ` `
137137>
138138> > [All options of ` aplication.properties` here](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html).
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >com.github.throyer.common.spring-boot</groupId >
1111 <artifactId >api</artifactId >
12- <version >3.0.3 </version >
12+ <version >3.0.4 </version >
1313 <name >Common API</name >
1414 <description >Exemplo de api simples com Spring Boot</description >
1515
You can’t perform that action at this time.
0 commit comments