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

xmlns和xsi之schemaLocation

时间:2018-04-29 19:25:24      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:lis   font   解决   div   hit   work   通配符   span   ati   

  appplicationContex.xml文件报错:元素 "util:constant" 的前缀 "util" 未绑定
  在根节点添加了“xmlns:util="http://www.springframework.org/schema/util
 
  继续报错:通配符的匹配很全面, 但无法找到元素 ‘util:list‘ 的声明。  
  继续在xsi:schemaLocation里面添加了  
  http://www.springframework.org/schema/util
  http://www.springframework.org/schema/util/spring-util-2.5.xsd
 
  问题解决。
 
  说明:声明了namespace(xmlns)之后,一定要在xsi:schemaLocation中增加对应的schema位置说明

xmlns和xsi之schemaLocation

标签:lis   font   解决   div   hit   work   通配符   span   ati   

原文地址:https://www.cnblogs.com/xiashiwendao/p/8971549.html

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