diff --git a/README.md b/README.md index 88ff0bb..f92182d 100644 --- a/README.md +++ b/README.md @@ -158,13 +158,13 @@ All `BigDecimal` values always contain exactly two decimal places, e.g: `15.385` This project was developed with: * **Java 11 (Java Development Kit - JDK: 11.0.7)** -* **Spring Boot 2.3.2** -* **Spring Admin Client 2.2.3** +* **Spring Boot 2.3.3** +* **Spring Admin Client 2.2.4** * **Maven** * **JUnit 5** * **Surfire** * **PostgreSQL 12** -* **Flyway 6.4.1** +* **Flyway 6.4.4** * **Swagger 3.0.0** * **Model Mapper 2.3.8** * **Heroku** @@ -217,20 +217,20 @@ mvn integration-test In order to run the API, run the jar simply as following: ```bash -java -jar financial-java-api-3.1.0-SNAPSHOT.jar --spring.profiles.active=prod +java -jar financial-java-api-3.1.0-SNAPSHOT.jar --spring.profiles.active=dev ``` or ```bash -mvn spring-boot:run -Dspring.profiles.active=prod +mvn spring-boot:run -Dspring.profiles.active=dev ``` By default, the API will be available at [http://localhost:8080/financial/v1](http://localhost:8080/financial/v1) ### Documentation -* Swagger (development environment): http://localhost:8080/swagger-ui/index.html +* Swagger (development environment): [http://localhost:8080/swagger-ui/index.html](http://localhost:8080/swagger-ui/index.html) #### Medium Articles diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 61575a6..92b161c 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -19,7 +19,7 @@ pagination.items_per_page=5 jwt.secret=oioqowepjsjdasd!$%mknfskdnf090192019 jwt.expiration=6000 -api.version=2020-08-22 +api.version=2020-08-23 api.key="FX001-FREE" #Enable response compression diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index aa64db5..2d91360 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -14,7 +14,7 @@ spring.cache.jcache.config=classpath:cache/ehcache.xml spring.mvc.throw-exception-if-no-handler-found=true spring.mvc.resources.add-mappings=false -api.version=2020-07-30 +api.version=2020-08-23 api.key="FX001-FREE" #Enable response compression diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bde0eb0..3649d2b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -21,8 +21,8 @@ pagination.items_per_page=5 jwt.secret=qweernadnamdn19820918209!#ajhad jwt.expiration=3600 -release.version=3.0.3 -api.version=2020-08-22 +release.version=3.1.0 +api.version=2020-08-23 api.key="FX001-FREE" #Enable response compression