调整服务模块命名

This commit is contained in:
1378012178@qq.com 2025-04-25 16:56:37 +08:00
parent 8156dc5355
commit 146da5278a
32 changed files with 13 additions and 13 deletions

View File

@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.nursingunit.boot</groupId>
<artifactId>nu-service-directive-api</artifactId>
<artifactId>nu-services-api</artifactId>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nu-service-directive-local-api</artifactId>
<artifactId>nu-services-local-api</artifactId>
</project>

View File

@ -4,16 +4,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.nursingunit.boot</groupId>
<artifactId>nursing-unit-service-directive</artifactId>
<artifactId>nursing-unit-services</artifactId>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nu-service-directive-api</artifactId>
<artifactId>nu-services-api</artifactId>
<packaging>pom</packaging>
<modules>
<module>nu-service-directive-local-api</module>
<module>nu-services-local-api</module>
</modules>
<dependencies>

View File

@ -3,17 +3,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.nursingunit.boot</groupId>
<artifactId>nursing-unit-service-directive</artifactId>
<artifactId>nursing-unit-services</artifactId>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nu-service-directive-biz</artifactId>
<artifactId>nu-services-biz</artifactId>
<dependencies>
<dependency>
<groupId>com.nursingunit.boot</groupId>
<artifactId>nu-service-directive-local-api</artifactId>
<artifactId>nu-services-local-api</artifactId>
<version>${nursingunit.version}</version>
</dependency>
<dependency>

View File

@ -9,12 +9,12 @@
</parent>
<description>服务指令</description>
<modelVersion>4.0.0</modelVersion>
<artifactId>nursing-unit-service-directive</artifactId>
<artifactId>nursing-unit-services</artifactId>
<packaging>pom</packaging>
<modules>
<module>nu-service-directive-api</module>
<module>nu-service-directive-biz</module>
<module>nu-services-api</module>
<module>nu-services-biz</module>
</modules>
</project>

View File

@ -51,7 +51,7 @@
<!-- 服务指令 模块 -->
<dependency>
<groupId>com.nursingunit.boot</groupId>
<artifactId>nu-service-directive-biz</artifactId>
<artifactId>nu-services-biz</artifactId>
<version>${nursingunit.version}</version>
</dependency>
<!-- 接口 模块 -->

View File

@ -81,7 +81,7 @@
<!-- nu基础模块 -->
<module>nursing-unit-admin</module>
<!-- 服务指令模块 -->
<module>nursing-unit-service-directive</module>
<module>nursing-unit-services</module>
<!-- 接口 模块 -->
<module>nursing-unit-api</module>
<!-- 系统模块 -->