创建项目!!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* @Author: Kane
|
||||
* @Date: 2025-02-18 19:03:23
|
||||
* @LastEditors: Kane
|
||||
* @FilePath: /Cpicxim-XMNHSA-Repeater/src/main/java/com/cpicxim/huixiabao/repeater/NHSA/CpicximToNHSAReaper.java
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2023} by Kane, All Rights Reserved.
|
||||
*/
|
||||
package com.cpicxim.huixiabao.repeater.NHSA;
|
||||
|
||||
public class CpicximToNHSAReaper
|
||||
{
|
||||
|
||||
}
|
12
code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/web.xml
Normal file
12
code/Cpicxim-XMNHSA-Repeater/src/main/webapp/WEB-INF/web.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xml-body>
|
||||
<web-app
|
||||
version="4.0"
|
||||
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
||||
xmlns:javaee="http://xmlns.jcp.org/xml/ns/javaee"
|
||||
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd">
|
||||
<display-name>Archetype Created Web Application</display-name>
|
||||
</web-app>
|
||||
</xml-body>
|
5
code/Cpicxim-XMNHSA-Repeater/src/main/webapp/index.jsp
Normal file
5
code/Cpicxim-XMNHSA-Repeater/src/main/webapp/index.jsp
Normal file
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
<h2><%= "Hello World!" %></h2>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user