项目

一般

简介

前端应用或静态资源在aas上的部署指南 » web.xml

佘 肃徽, 2021-10-21 11:04

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
5
         version="4.0">
6
    <display-name>h5demo</display-name>
7
</web-app>
    (1-1/1)