I am adding Togglz to my existing spring boot 3 application. I can not read the state of the enum constants from application.yml or any other property files. Only way state can be changed is by annotating @EnableByDefault. I followed the link https://www.baeldung.com/spring-togglz for reference implementation. Has anyone successfully configured Togglz with Spring Boot3?
Asked
Active
Viewed 388 times