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

schemaLocation value = 'xxxxxxxxxxxx' must have even number of URI's

时间:2014-10-21 17:31:59      阅读:3217      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   java   sp   div   on   log   as   

这是因为没有加上Spring的版本号,加上就行了,如:

         http://www.springframework.org/schema/beans/spring-beans.xsd -3.2.2 
           http://www.springframework.org/schema/context   
           http://www.springframework.org/schema/context/spring-context.xsd-3.2.2
           http://www.springframework.org/schema/aop
           http://www.springframework.org/schema/aop/spring-aop.xsd-3.2.2 >
	       http://www.springframework.org/schema/tx 
           http://www.springframework.org/schema/tx/spring-tx.xsd-3.2.2" >

  

schemaLocation value = 'xxxxxxxxxxxx' must have even number of URI's

标签:blog   http   io   java   sp   div   on   log   as   

原文地址:http://www.cnblogs.com/JAYIT/p/4040679.html

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