根据包名,跳转到不同的方法,类是DataSourceInterceptor,但是没有进入
试试直接用注解@Aspect@Component,然后再springMVC的配置文件中添加:
<aop:aspectj-autoproxy proxy-target-class="true"/>