-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Describe the bug
I followed the 'How to start' instructions and unfortunately it didn't work.
To Reproduce
Steps to reproduce the behavior:
- Checkout repo
- Execute './gradlew build'
- Copy config/application.properties to project folder ('cp config/application.properties .')
- Start service ('./builds/libs/TypedPIDMaker-2.1.0.jar')
Expected behavior
The documentation should be correct. ;-)
The file 'application.properties' has to be placed in the same folder as
the jar file or in a subdirectory of this folder called 'config'.
Otherwise the properties file will not be found.
ℹ️ Note:
As './gradlew clean build' will delete your settings its not recommended
to copy the config file into builds/libs directory!
ℹ️ Note:
Typo: The file 'conf/application.properties' doesn't exist.
ℹ️ Note:
It's not recommended to commit application.properties. It should be renamed (e.g.: application-default.properties') to avoid accidentally submitting credentials to Github.
ℹ️ Note:
And last but not least the documentation should be also fixed at https://kit-data-manager.github.io/webpage/typed-pid-maker/installation.html