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

SSM总结

时间:2018-06-16 15:13:12      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:搜索   bean   nbsp   注解   ror   spring   2.4   mod   with   

 1    报错: cvc-complex-type.2.4.a: Invalid content was found starting with element ‘async-supported‘. One of ‘{"http://java.sun.com/xml/ns/javaee":init-param}‘ is expected.  
     将<web-app>标签内容换为    

1 <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"  
2     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance  
3     http://www.springmodules.org/schema/cache/springmodules-cache.xsd http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd"   
4      xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee   
5     http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

 2    Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.1.xsd)        MyEcilpse2017里面则是在Preferences 中搜索关键字“Validation”,然后在里面把XML schema的两个勾去掉就OK

3     Spring常用注解     https://blog.csdn.net/sysware_carol/article/details/52793164

SSM总结

标签:搜索   bean   nbsp   注解   ror   spring   2.4   mod   with   

原文地址:https://www.cnblogs.com/duanwandao/p/9190483.html

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