Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the mandatory setting that allows beans to override and circul…
…ar references In Spring Boot 2.1, Bean overriding has been disabled by default to prevent a bean being accidentally overridden. If you are relying on overriding, you will need to set `spring.main.allow-bean-definition-overriding` to `true`. In Spring Boot 2.6, Circular references between beans are now prohibited by default. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.1-Release-Notes#bean-overriding https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#circular-references-prohibited-by-default Closes gh-607
- Loading branch information