码迷,mamicode.com
首页 > 其他好文 > 详细

通配符的匹配很全面, 但无法找到元素 'xxxxxxxx'

时间:2019-04-14 09:52:20      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:span   xsd   frame   XML   xmlns   ram   org   dea   命名   

首先,一般配置通配符之前,你都会有如下xml头吧

<beans xmlns="http://www.springframework.org/schema/beans"  
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
       xmlns:context="http://www.springframework.org/schema/context" 
       xmlns:tx="http://www.springframework.org/schema/tx" 
       xsi:schemaLocation="http://www.springframework.org/schema/beans 
            http://www.springframework.org/schema/beans/spring-beans-2.5.xsd 
            http://www.springframework.org/schema/context 
            http://www.springframework.org/schema/context/spring-context-2.5.xsd 
            http://www.springframework.org/schema/tx 
            http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">

每当你添加了一个新的命名空间的时候(IDEA你自己手动加的话)

xmlns:tx="http://www.springframework.org/schema/tx" 

你还需要记得加入

http://www.springframework.org/schema/tx 
            http://www.springframework.org/schema/tx/spring-tx-3.0.xsd

到xsi:schemaLocation=“     ”中。

 

据说IDEA你自己在下面用明明空间+“:”会自动帮你导入哦!!!!!(我为什么这么晚才发现,蠢哭)

通配符的匹配很全面, 但无法找到元素 'xxxxxxxx'

标签:span   xsd   frame   XML   xmlns   ram   org   dea   命名   

原文地址:https://www.cnblogs.com/wcxcc/p/10703752.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!