Swaraj Kumar

Results 2 issues of Swaraj Kumar

I have few files in a resource folder and I have a mapping class for the same. Now All I want is to load each file in different config class...

I am having a base conf which is like ``` Value{ key1{} key2{} } ``` There are 2 derived conf, which are conf1 ``` include "base" value{ key3{} } ```...