v0.1.1
This version fixes the configuration of the application in the Dockerized environment.
Bugfixes 🛠
- Wrong format of application.properties file by @lsulak in #130
- Renaming the
application.properties
file to be just a template and not the real one, the docker image MUST provide it by @lsulak in #131 - Bugfix/remove hardcoded
application.properties
references from the code and adding ability to use config fromSPRING_CONFIG_LOCATION
env var by @lsulak in #132
Full Changelog: v0.1.0...v0.1.1