Skip to content

Commit

Permalink
Updating README.md and properties files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Azevedo committed Aug 24, 2020
1 parent 6fe35a3 commit a129d91
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a129d91

Please sign in to comment.