Module io.jstach.kiwi.boot
module io.jstach.kiwi.boot
Kiwi Boot is tiny opinionated configuration framework modeled after Spring
Boot that uses Kiwi KVS system to load key values into Map. It is made to be
a slightly better
System.getProperties()
.
Features are purposely very limited.
The loading is as follows:
- System.getProperties and System.getEnv are load for interpolation.
- Resource
classpath:/application.properties
is loaded (but not required) - Resource
profile.classpath:/application__PROFILE__.properties
is loaded (but not required)
- See Also:
-
Packages
ExportsPackageDescriptionA Opinionated loading of configuration using Kiwi KVS based on Spring Boot loading style.