- Spring Boot 2.0 Projects
- Mohamed Shazin Sadakath
- 37字
- 2021-08-13 16:00:10
Using the changed default proxying strategy
Spring Boot 2.0 uses CGLIB as the default proxying strategy including for aspect-oriented programming (AOP). If proxy based proxying is required, the following configuration property needs to be set:
spring.aop.proxy-target-class=false.