在jdk1.7的环境下,使用Spring的annotation实现AOP时,会报错can'tfindreferencedpointcut。原因是aspectjweaver.jar的版本太低或者使用了aspectj.jar,下载aspectjweaver-1.7.1.jar更换替换掉就好了。