Sign in
b2c
/
myapp
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6730be77ea15e184abba440d3e8ea3b1815b38c2
Authored by
jiangchengyong
8 years ago
1 parent
3614cb1d
update test web.xml 12
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
myapp-web/src/main/webapp/WEB-INF/web.xml
myapp-web/src/main/webapp/WEB-INF/web.xml
View file @
6730be7
...
...
@@ -79,7 +79,7 @@
79
79
80
80
<!--配置欢迎界面-->
81
81
<welcome-file-list>
82
- <welcome-file>index.jsp
,index.jsp
</welcome-file>
82
+ <welcome-file>index.jsp
</welcome-file>
83
83
</welcome-file-list>
84
84
85
85
</web-app>
...
...