Skip to content

Fix: Prevent exceptions by loading default serverpackcreator.properties and THEN loading filesystem serverpackcreator.properties

Load the properties file from the classpath, providing default values.

Now load the properties file from the local filesystem. This overwrites previously loaded properties but has the advantage of always providing default values if any property in the applications.properties on the filesystem should be commented out.