Implemented as a separate maven module which doesn't have dependencies on other project's modules.
Is should provide generic way for storing configuration. For example property file with keys and values, or json file with serialized configuration class instance.
It should automatically reload when the property file is modified from external app. Possibly it should also provide callback mechanism in order to handle the configuration change by interested parties.
Implemented as a separate maven module which doesn't have dependencies on other project's modules.
Is should provide generic way for storing configuration. For example property file with keys and values, or json file with serialized configuration class instance.
It should automatically reload when the property file is modified from external app. Possibly it should also provide callback mechanism in order to handle the configuration change by interested parties.