V9部署springboot项目访问报404,后台无报错信息 » web.xml
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 |
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" |
4 |
version="3.1" metadata-complete="false"> |
5 |
|
6 |
<display-name>www</display-name> |
7 |
|
8 |
|
9 |
|
10 |
</web-app>
|