标签:port cache img png href block version class 新特性
1. 在eclipse中配置xml
1、?http://www.springmodules.org/schema/cache/springmodules-cache.xsd
2、?http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd
2. 然后再将这两个xsd加入到web.xml中就搞定了 ,如下面代码:
1.
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://Java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
2. 改成:
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
id="WebApp_ID" version="3.0">
即可解决。
标签:port cache img png href block version class 新特性
原文地址:https://www.cnblogs.com/xianyao/p/12276002.html