设置ASpectJ自动代理属性,即TrackCounterConfig.java 文件的注解
//开启AspectJ 自动代理模式,如果不填proxyTargetClass=true,默认为false,@EnableAspectJAutoProxy(proxyTargetClass=true)
//@EnableAspectJAutoProxy
//设置proxyTargetClass属性,可解决JDK动态代理类注入抛出的BeanNotOfRequiredTypeException异常
@EnableAspectJAutoProxy(proxyTargetClass=true) //启动AspectJ自动代理