File tree 2 files changed +2
-2
lines changed
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
132
132
> ``` shell
133
133
> # to change the value of some environment variable at runtime
134
134
> # 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
136
136
> ` ` `
137
137
>
138
138
> > [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 9
9
</parent >
10
10
<groupId >com.github.throyer.common.spring-boot</groupId >
11
11
<artifactId >api</artifactId >
12
- <version >3.0.3 </version >
12
+ <version >3.0.4 </version >
13
13
<name >Common API</name >
14
14
<description >Exemplo de api simples com Spring Boot</description >
15
15
You can’t perform that action at this time.
0 commit comments