c3b2a7 / c3b2a7.github.io

https://lolico.me
4 stars 0 forks source link

SpringBoot 2.x AOP默认使用CGLIB代理 | Lolico's Blog #46

Open c3b2a7 opened 4 years ago

c3b2a7 commented 4 years ago

https://lolico.me/2020/05/03/SpringBoot2-AOP-uses-cglib-proxy-by-default/

在一次偶然情况下发现SpringBoot开发的应用在没有使用@EnableAspectJAutoProxy注解的情况下,AOP还是可以正常工作。不经引起了我的注意,随后便猜测SpringBoot中是否存在一个自动配置类在不使用注解的情况下完成自动配置并开启了AOP。