Skip to content

Commit 56f7c90

Browse files
committed
降低servlet版本号为3.0,以支持tomcat7
1 parent c48972e commit 56f7c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
5-
version="3.1">
4+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_0.xsd"
5+
version="3.0">
66
<!-- Spring -->
77
<!-- 配置Spring配置文件路径 -->
88
<context-param>

0 commit comments

Comments
 (0)