- Task description can be found here: task description
- Fill application properties (especially
currency.api.key=
) docker-compose up
- Hit localhost:8080 for API info on Swagger
- Fill application properties (especially
currency.api.key=
) ..\gradlew clean bootRun
- Hit localhost:8080 for API info on Swagger
- Fill application properties (especially
currency.api.key=
) - Run your local postgres & fill application properties (connection string, user & password inside
application-postgres.properties
.\gradlew clean bootRun --args='--spring.profiles.active=postgres'
- Hit localhost:8080 for API info on Swagger
.\gradlew clean build