创建项目!!

This commit is contained in:
2025-02-18 19:05:41 +08:00
parent cc6589e546
commit 61c6198a9b
7 changed files with 103 additions and 0 deletions

View File

@@ -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
{
}

View 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>

View File

@@ -0,0 +1,5 @@
<html>
<body>
<h2><%= "Hello World!" %></h2>
</body>
</html>