摘要: 在spring in action 的第四章aop在建议观众类时出现如下错误- The hierarchy of the type AudienceAdvice is inconsistent- The type org.aopalliance.aop.Advice cannot be resolved. It is indirectly referenced fromrequired .class files原因是缺少aopalliance-1.0.jar file下载导入即可。 阅读全文
posted @ 2013-07-08 18:51 qgweizhan 阅读(1743) 评论(0) 推荐(0)