Skip to content

Commit 2c3e56b

Browse files
committed
Update version and docs
1 parent 28fa2e7 commit 2c3e56b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
## Requirements
4141

42-
- MariaDB: `^10.6.1`
42+
- Postgres: `^13`
4343
- Java: `^17`
4444
- Maven: `^3.8.4`
4545

@@ -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-4.0.0.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).

assets/tecnologias.png

4.69 KB
Loading

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.github.throyer.common.spring-boot</groupId>
1111
<artifactId>api</artifactId>
12-
<version>3.0.4</version>
12+
<version>4.0.0</version>
1313
<name>CRUD API</name>
1414
<description>Exemplo de api simples com Spring Boot</description>
1515

src/main/java/com/github/throyer/common/springboot/configurations/SpringWebConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@Configuration
1919
@OpenAPIDefinition(info = @Info(
2020
title = "Common CRUD API",
21-
version = "v3.0.4",
21+
version = "v4.0.0",
2222
description = """
2323
A complete user registry, with access permissions,
2424
JWT token, integration and unit tests, using

0 commit comments

Comments
 (0)