konf
konf copied to clipboard
Java configuration library that uses JSON, YAML, JSON lax or Javascript configuration files.
read LocalDateTime and LocalDate maybe others.
As config is basically a tree of maps, we should be able to merge configurations at. multiple levels. For example common config in default.json should be merged with envy specific...
It's a useful feature that for some type of config (file based or URL based) to have the system automatically reload the content/last modified date changed. For file the last...
This is a feature which obviously is not a simple one but can be useful. Implementation for all the features can be spread in multiple release. The concept for 'SmartProperty'...