YunaBraska / nano

tiny java tool - back to basics!
Apache License 2.0
4 stars 0 forks source link

feat(config): added config property files reader #21

Closed YunaBraska closed 6 months ago

YunaBraska commented 6 months ago

Closes #8

Types of changes

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

Success Check

Test covered