當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
SpringMVC-web.xml头代码
生活随笔
收集整理的這篇文章主要介紹了
SpringMVC-web.xml头代码
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
<display-name>CGB-SPRING-MVC-01</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
</welcome-file-list>
...
</web-app>
?
轉載于:https://www.cnblogs.com/yikuan-919/p/9718804.html
總結
以上是生活随笔為你收集整理的SpringMVC-web.xml头代码的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 接口自动化实现图片上传(selenium
- 下一篇: Docker linux安装