0

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?

Naresh Kavala
  • 183
  • 1
  • 6
  • 17

1 Answers1

0

I am the maintainer of togglz. You actually need to use a current milestone to make it work with Spring Boot 3. The latest milestone I just released is 4.0.0-M3 which should work as expected.