Files
2026-02-04 17:14:34 +08:00

29 lines
856 B
XML

<?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>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-parent</artifactId>
<version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>health-bank</artifactId>
<groupId>com.renkang</groupId>
<version>2.0.0</version>
<packaging>pom</packaging>
<modules>
<module>health-bank-api</module>
<module>health-bank-biz</module>
<module>health-bank-start</module>
</modules>
<properties>
<maven.install.skip>true</maven.install.skip>
</properties>
</project>