File tree 3 files changed +3
-3
lines changed
src/main/java/com/github/throyer/common/springboot/configurations
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
135
135
> # to change the value of some environment variable at runtime
136
136
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
137
137
138
- > $ java -jar api-3 .0.4 .RELEASE.jar --SERVER_PORT=80
138
+ > $ java -jar api-4 .0.1 .RELEASE.jar --SERVER_PORT=80
139
139
> ` ` `
140
140
>
141
141
> > [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 >4.0.0 </version >
12
+ <version >4.0.1 </version >
13
13
<name >CRUD API</name >
14
14
15
15
<description >Exemplo de api simples com Spring Boot</description >
Original file line number Diff line number Diff line change 18
18
@ Configuration
19
19
@ OpenAPIDefinition (info = @ Info (
20
20
title = "Common CRUD API" ,
21
- version = "v4.0.0 " ,
21
+ version = "v4.0.1 " ,
22
22
description = """
23
23
A complete user registry, with access permissions,
24
24
JWT token, integration and unit tests, using
You can’t perform that action at this time.
0 commit comments