WebXml.setVersion Unknown version string [4.0]. Default version will be used.
我用的是Tomcat8,JDK1.8,是支持web.xml的头文件引入的版本3.1version="3.1"
下面是web.xml头文件。
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
项目框架是SpringDataJpa、Spring、SpringMVC,下面截图是我自己的demo,反正位置都是一样的。