Skip to content

Commit 93bd5d3

Browse files
committed
删除模块
1 parent ae90dcb commit 93bd5d3

11 files changed

Lines changed: 5 additions & 643 deletions

File tree

core/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
xmlns="http://maven.apache.org/POM/4.0.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>xiaomo</artifactId>
76
<groupId>info.xiaomo</groupId>
7+
<artifactId>xiaomo</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<!-- 基本信息 -->
13+
<name>xm</name>
14+
<url>http://xiaomo.info</url>
15+
1216
<artifactId>core</artifactId>
1317
<dependencies>
1418
<!-- spring上下文 -->
File renamed without changes.

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@
1010
<!-- 模块 -->
1111
<modules>
1212
<module>website</module>
13-
<module>web</module>
1413
<module>core</module>
1514
</modules>
1615
<packaging>pom</packaging>
1716

18-
<!-- 基本信息 -->
19-
<name>xm</name>
20-
<url>http://xiaomo.info</url>
2117
<developers>
2218
<developer>
2319
<name>Xiaomo</name>

web/pom.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

web/src/main/java/info/xiaomo/web/WebMain.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

web/src/main/java/info/xiaomo/web/controller/ChangeLogController.java

Lines changed: 0 additions & 134 deletions
This file was deleted.

web/src/main/java/info/xiaomo/web/controller/LinkController.java

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)