File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/github/throyer/common/springboot/configurations Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Creating database migration files
135135> # to change the value of some environment variable at runtime
136136> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
137137
138- > $ java -jar api-3 .0.4 .RELEASE.jar --SERVER_PORT=80
138+ > $ java -jar api-4 .0.1 .RELEASE.jar --SERVER_PORT=80
139139> ` ` `
140140>
141141> > [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 >4.0.0 </version >
12+ <version >4.0.1 </version >
1313 <name >CRUD API</name >
1414
1515 <description >Exemplo de api simples com Spring Boot</description >
Original file line number Diff line number Diff line change 1818@ Configuration
1919@ OpenAPIDefinition (info = @ Info (
2020 title = "Common CRUD API" ,
21- version = "v4.0.0 " ,
21+ version = "v4.0.1 " ,
2222 description = """
2323 A complete user registry, with access permissions,
2424 JWT token, integration and unit tests, using
You can’t perform that action at this time.
0 commit comments