首页 > 代码库 > Spring配置文件标签报错:The prefix "XXX" for element "XXX:XXX" is not bound. .
Spring配置文件标签报错:The prefix "XXX" for element "XXX:XXX" is not bound. .
例如:The prefix "context" for element "context:annotation-config" is not bound.
这种情况是因为没有申明该标签,然后就使用了。解决方发是,在配置文件头部加入相应的信息即可( 即xmlns:context="http://www.springframework.org/schema/context")。
这种情况是因为没有申明该标签,然后就使用了。解决方发是,在配置文件头部加入相应的信息即可。eg:
<beans www.2cto.com
xmlns="http://www.springframework.org/schema/beans"
............................................................................
http://www.springframework.org/schema/context
............................................................................
http://www.springframework.org/schema/aop/spring-aop.xsd">
Spring配置文件标签报错:The prefix "XXX" for element "XXX:XXX" is not bound. .
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。