Skip to content

Commit e15a933

Browse files
authored
Merge branch 'master' into development
2 parents d87fdd1 + 1b49db2 commit e15a933

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- Java: `^17`
4646
- Maven: `^3.8.4`
4747

48-
This project was started with [Spring Initializr](https://start.spring.io/).
48+
This project was started with [Spring Initializr](https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.6.2&packaging=jar&jvmVersion=17&groupId=com.github.throyer.common&artifactId=api&name=api&description=CRUD%20API&packageName=com.github.throyer.common.api&dependencies=devtools,lombok,web,security,thymeleaf,mysql,h2,data-jpa,flyway,jooq).
4949

5050
## Entities
5151

@@ -134,7 +134,8 @@ Creating database migration files
134134
> ```shell
135135
> # to change the value of some environment variable at runtime
136136
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
137-
> $ java -jar api-4.0.0.RELEASE.jar --SERVER_PORT=80
137+
138+
> $ java -jar api-3.0.4.RELEASE.jar --SERVER_PORT=80
138139
> ```
139140
>
140141
> > [All options of `aplication.properties` here](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html).

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<artifactId>api</artifactId>
1212
<version>4.0.0</version>
1313
<name>CRUD API</name>
14+
1415
<description>Exemplo de api simples com Spring Boot</description>
1516

1617
<properties>

0 commit comments

Comments
 (0)