chatapp3-java/maven_private/rc-framework/1.5.12-RELEASES/rc-framework-1.5.12-RELEASES.pom
2026-04-15 18:28:52 +08:00

34 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-dependencies-framework</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>../rc-dependencies-framework/pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-framework</artifactId>
<version>1.5.12-RELEASES</version>
<packaging>pom</packaging>
<description>基础框架</description>
<modules>
<module>framework-core</module>
<module>framework-dto</module>
<module>framework-mybatis</module>
<module>framework-feign</module>
<module>framework-cloud</module>
<module>framework-web</module>
<module>framework-shardingsphere</module>
<module>framework-nacos</module>
</modules>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>