Compare commits
No commits in common. "e6ee26325458c9ae301be51a86fbc59f1107408e" and "1f954a3e7f40a6d5b3077dc4653487173518e28c" have entirely different histories.
e6ee263254
...
1f954a3e7f
@ -1,21 +0,0 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>com.cpic.xim</groupId>
|
|
||||||
<artifactId>app-model</artifactId>
|
|
||||||
<packaging>war</packaging>
|
|
||||||
<version>1.0</version>
|
|
||||||
<name>app-model Maven Webapp</name>
|
|
||||||
<url>http://maven.apache.org</url>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>junit</groupId>
|
|
||||||
<artifactId>junit</artifactId>
|
|
||||||
<version>3.8.1</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<build>
|
|
||||||
<finalName>app-model</finalName>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
@ -1,23 +0,0 @@
|
|||||||
/*
|
|
||||||
* @Author: Kane
|
|
||||||
* @Date: 2022-09-07 16:50:27
|
|
||||||
* @LastEditors: Kane
|
|
||||||
* @LastEditTime: 2022-09-07 17:35:16
|
|
||||||
* @FilePath: \app-model\src\main\java\AppMain.java
|
|
||||||
* @Description:
|
|
||||||
*
|
|
||||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*****************************************************
|
|
||||||
*
|
|
||||||
*****************************************************/
|
|
||||||
public class AppMain
|
|
||||||
{
|
|
||||||
public static void main( String[] args )
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private String title = "";
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
<!DOCTYPE web-app PUBLIC
|
|
||||||
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
|
||||||
"http://java.sun.com/dtd/web-app_2_3.dtd" >
|
|
||||||
|
|
||||||
<web-app>
|
|
||||||
<display-name>Archetype Created Web Application</display-name>
|
|
||||||
</web-app>
|
|
@ -1,5 +0,0 @@
|
|||||||
<html>
|
|
||||||
<body>
|
|
||||||
<h2>Hello World!</h2>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
x
Reference in New Issue
Block a user