1 報錯
Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException

2 原因
缺少AspectJ的包,spring AOP就是用aspectj來實現的,是依賴關系!AspectJ是動態代理的一種實現!而spring默認使用的就是AspectJ來實現的動態代理,spring自己的AOP就是使用AspectJ來實現的!
3 解決
下載地址:http://download.csdn.net/download/lk_lxn/6397895
導入項目解決

