修改为web项目
Showing
2 changed files
with
12 additions
and
0 deletions
.gitignore
0 → 100644
1 | # Created by .ignore support plugin (hsz.mobi) |
src/main/webapp/WEB-INF/web.xml
0 → 100644
1 | <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
2 | xmlns="http://java.sun.com/xml/ns/javaee" | ||
3 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" | ||
4 | id="WebApp_ID" version="3.0" metadata-complete="false"> | ||
5 | |||
6 | |||
7 | <welcome-file-list> | ||
8 | <welcome-file>index.html</welcome-file> | ||
9 | <welcome-file>index.jsp</welcome-file> | ||
10 | </welcome-file-list> | ||
11 | </web-app> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment