Files
2025-06-30 14:31:09 +08:00

29 lines
874 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jeecg-boot-parent</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>health-im</artifactId>
<groupId>com.renkang</groupId>
<version>2.0.0</version>
<packaging>pom</packaging>
<properties>
<maven.install.skip>true</maven.install.skip>
</properties>
<!--项目子模块-->
<modules>
<module>health-im-api</module>
<module>health-im-biz</module>
<module>health-im-start</module>
</modules>
</project>