Web.xml错误消除

Web.xml 很多配置错误:

网上说法使用: 在
外边包一层标签就可以了,原因是JSP的新语法的要求!

但无法解决错误

最终解决:在xml头部加上如下两个xsd文件即可消除报错,但不是万能的,肯定还是有错误的。

再次记录一下。

http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd,
http://www.springmodules.org/schema/cache/springmodules-cache.xsd

猜你喜欢

转载自blog.csdn.net/qq_37595946/article/details/78809865