I want to refresh my Reactive Spring Security Application on the fly. I have application.yml file which gets some information and use them in a bean with the annotation @EnableWebFlux. The problem is when I want to change something at application.yml file the spring security also be updated without restarting the server.
Do you have any solution for that ?
Do you think there is way to refresh spring security on the fly without restarting the server?