调整服务模块命名

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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>com.nursingunit.boot</groupId> <groupId>com.nursingunit.boot</groupId>
<artifactId>nu-service-directive-api</artifactId> <artifactId>nu-services-api</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nu-service-directive-local-api</artifactId> <artifactId>nu-services-local-api</artifactId>
</project> </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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>com.nursingunit.boot</groupId> <groupId>com.nursingunit.boot</groupId>
<artifactId>nursing-unit-service-directive</artifactId> <artifactId>nursing-unit-services</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nu-service-directive-api</artifactId> <artifactId>nu-services-api</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>nu-service-directive-local-api</module> <module>nu-services-local-api</module>
</modules> </modules>
<dependencies> <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>com.nursingunit.boot</groupId> <groupId>com.nursingunit.boot</groupId>
<artifactId>nursing-unit-service-directive</artifactId> <artifactId>nursing-unit-services</artifactId>
<version>2.0.0</version> <version>2.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>nu-service-directive-biz</artifactId> <artifactId>nu-services-biz</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.nursingunit.boot</groupId> <groupId>com.nursingunit.boot</groupId>
<artifactId>nu-service-directive-local-api</artifactId> <artifactId>nu-services-local-api</artifactId>
<version>${nursingunit.version}</version> <version>${nursingunit.version}</version>
</dependency> </dependency>
<dependency> <dependency>

View File

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

View File

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

View File

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