2025-06-10 15:12:52 +08:00

26 lines
746 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>
<artifactId>boot-base</artifactId>
<groupId>com.base</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>boot-demo</module>
<module>boot-generator</module>
<module>boot-system</module>
</modules>
<artifactId>boot-modules</artifactId>
<packaging>pom</packaging>
<description>
boot-modules 业务模块
</description>
</project>