Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 628 Bytes

README.MD

File metadata and controls

18 lines (9 loc) · 628 Bytes

**DYNAMIC CONFIGURATION MANAGER LIB IMPLEMENTATION**

This project include dynamic configuration manager application as a lib The development technologies are Spring Boot as MVC framework/IoC Container, MongoDB ,Thymeleaf as User Interface Tech

User interface path : localhost:8080

ConfigurationReader has two methods including

public ConfigurationReader build(String applicationName, String connectionString, int refreshTimerIntervalInMs); /prepare parameters public T getValue(String key) ; // get value of Configuration as defined type

Requirement :

Running MongoDB default settings