Karrot
Results
1
comments of
Karrot
In case of group provider, you can refer FileGroupProviderFactory which substitute environment variables correctly. ```java @Override public GroupProvider create(Map config) { Bootstrap app = new Bootstrap( binder -> { configBinder(binder).bindConfig(FileGroupConfig.class);...