Skip to content

Commit e35e210

Browse files
committed
防止导入出现错误
1 parent 579a12f commit e35e210

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://java.sun.com/xml/ns/javaee"
4+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
5+
id="schedule-console" version="3.0">
6+
7+
</web-app>

0 commit comments

Comments
 (0)