spring.aop.auto 是否支持@EnableAspectJAutoProxy,默认为: true spring.aop.proxy-target-class true为使用CGLIB代理,false为JDK代理,默认为false
Ref:https://segmentfault.com/a/1190000004316686