de l'Hamaide
Results
2
comments of
de l'Hamaide
Hello, After some research in your code, I decided to override it. My best solution for now is something like that : @HotReload(value="${ttl}") MyConfig ConfigFactory.setProperty("ttl", spring.getConfig("ttl")); ConfigFactory.create .... And update...
@lviggiano, thanks for your opinion. For my case, I change the long to String, but there is another way : add an optionnal parameter as String, if the String is...