RuoYi-Cloud/xuexi-parent/pom.xml

28 lines
880 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId>
<version>2.5.0</version>
</parent>
<artifactId>xuexi-parent</artifactId>
<packaging>pom</packaging>
<!-- 配置聚合 -->
<modules>
<module>cloud-common</module>
<module>cloud-user</module>
<module>cloud-product</module>
<module>cloud-order</module>
</modules>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
</project>