![Spring Boot 2.0 Projects](https://wfqqreader-1252317822.image.myqcloud.com/cover/626/36699626/b_36699626.jpg)
上QQ阅读APP看书,第一时间看更新
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.