tao.mo

项目初始化

mt
2024年10月16日14:48:43
1 -<?xml version="1.0" encoding="UTF-8"?>
2 -<web-app
3 - version="4.0"
4 - xmlns="http://xmlns.jcp.org/xml/ns/javaee"
5 - xmlns:javaee="http://xmlns.jcp.org/xml/ns/javaee"
6 - xmlns:xml="http://www.w3.org/XML/1998/namespace"
7 - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8 - xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd">
9 - <display-name>Archetype Created Web Application</display-name>
10 -</web-app>
1 -<html>
2 -<body>
3 -<h2><%= "Hello World!" %></h2>
4 -</body>
5 -</html>