Skip to content

Property file

username-removed-1166789 requested to merge property-file into master
  • added property file functionality: Annotate any field in ApplicationProperties with @Property(key) to have a value from the properties file (configuration.txt) injected on application start.
  • Add @SaveProperty- Annotation to have the current value of the field written into the properties file on application termination
  • Moved resources in a seperate folder (rsc/resources) -> In Eclipse rsc should then be marked as source folder

Merge request reports