There was an error while loading. Please reload this page.
1 parent c48972e commit 56f7c90Copy full SHA for 56f7c90
src/main/webapp/WEB-INF/web.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
3
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">
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_0.xsd"
+ version="3.0">
6
<!-- Spring -->
7
<!-- 配置Spring配置文件路径 -->
8
<context-param>
0 commit comments