nursing_unit_java/nursing-unit-services/pom.xml

21 lines
712 B
XML
Raw Normal View History

2025-03-21 10:16:53 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.nursingunit.boot</groupId>
<artifactId>nursing-unit-parent</artifactId>
<version>2.0.0</version>
</parent>
2025-03-24 14:58:30 +08:00
<description>服务指令</description>
2025-03-21 10:16:53 +08:00
<modelVersion>4.0.0</modelVersion>
2025-03-31 11:18:06 +08:00
<artifactId>nursing-unit-services</artifactId>
2025-03-21 10:16:53 +08:00
<packaging>pom</packaging>
<modules>
2025-03-31 11:18:06 +08:00
<module>nu-services-api</module>
<module>nu-services-biz</module>
2025-03-21 10:16:53 +08:00
</modules>
</project>