您的位置:首页 > 编程语言 > Java开发

spring使用AOP时the prefix aop for element is not bound.和no declaration can be found错误

2016-04-14 10:17 423 查看
在使用<aop:config>标签时,xml编译错误报:the prefix aop for element "aop:config" is not bound错误

原因是:未在xml文件头部导入xmlns:aop=“http://www.springframework.org/schema/aop”

导入后出现继续出现编译错误no declaration can be found

原因是:未在xml头文件中导入 xsi:schemaLocation="http://www.springframework.org/schema/aop"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: