摘要: 作用AOP监控方法的运行时间如下: 注解方式配置开启动态代理: @EnableAspectJAutoProxy XML配置方式的 <aop:aspectj-autoproxy proxy-target-class="true"/> 阅读全文