修改模块名称
This commit is contained in:
5
device/Readme.md
Normal file
5
device/Readme.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#### 简介
|
||||||
|
设备模块主要包含以下功能:
|
||||||
|
* 被检设备管理
|
||||||
|
|
||||||
|
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
<artifactId>CN_Gather</artifactId>
|
<artifactId>CN_Gather</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>machine</artifactId>
|
<artifactId>device</artifactId>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.njcn.gather</groupId>
|
<groupId>com.njcn.gather</groupId>
|
||||||
<artifactId>machine</artifactId>
|
<artifactId>device</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -11,7 +11,7 @@
|
|||||||
<module>entrance</module>
|
<module>entrance</module>
|
||||||
<module>system</module>
|
<module>system</module>
|
||||||
<module>user</module>
|
<module>user</module>
|
||||||
<module>machine</module>
|
<module>device</module>
|
||||||
</modules>
|
</modules>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>融合各工具的项目</name>
|
<name>融合各工具的项目</name>
|
||||||
|
|||||||
Reference in New Issue
Block a user