[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Motivation
Nano should be able to read different configs dependent on the configured profile
Changes
NanoBase reads config files (aka application.properties)
Configs can now have placeholders
Config profiles are now configurable e.g. app.profile=local (other spellings are accepted as well like spring_profiles_active)
config file locations config, resources, recources/config
Closes #8
Types of changes
Motivation
Changes
Success Check