hldy_java_monomer/nursing-unit-system/pom.xml

22 lines
753 B
XML
Raw Normal View History

2025-03-10 17:05:07 +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>
2025-03-11 15:32:19 +08:00
<groupId>com.nursingunit.boot</groupId>
2025-03-10 17:05:07 +08:00
<artifactId>nursing-unit-parent</artifactId>
<version>2.0.0</version>
</parent>
2025-03-24 14:57:53 +08:00
<description>框架系统模块</description>
2025-03-10 17:05:07 +08:00
<modelVersion>4.0.0</modelVersion>
<artifactId>nursing-unit-system</artifactId>
<packaging>pom</packaging>
<modules>
<module>nu-system-api</module>
<module>nu-system-biz</module>
<module>nu-system-start</module>
</modules>
</project>