2023-07-05 11:40:25 +08:00
|
|
|
<?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>com.ruoyi</groupId>
|
2023-07-17 22:06:55 +08:00
|
|
|
<artifactId>ruoyi-flex</artifactId>
|
2023-07-08 18:57:52 +08:00
|
|
|
<version>${revision}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2023-08-15 22:24:31 +08:00
|
|
|
<packaging>pom</packaging>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
2023-07-17 22:06:55 +08:00
|
|
|
<modules>
|
2023-08-15 22:24:31 +08:00
|
|
|
<module>ruoyi-common-bom</module>
|
2023-07-17 22:06:55 +08:00
|
|
|
<module>ruoyi-common-core</module>
|
2023-08-15 22:24:31 +08:00
|
|
|
<module>ruoyi-common-excel</module>
|
|
|
|
<module>ruoyi-common-json</module>
|
|
|
|
<module>ruoyi-common-log</module>
|
|
|
|
<module>ruoyi-common-orm</module>
|
|
|
|
<module>ruoyi-common-ratelimiter</module>
|
|
|
|
<module>ruoyi-common-redis</module>
|
|
|
|
<module>ruoyi-common-security</module>
|
|
|
|
<module>ruoyi-common-springdoc</module>
|
|
|
|
<module>ruoyi-common-tenant</module>
|
|
|
|
<module>ruoyi-common-translation</module>
|
|
|
|
<module>ruoyi-common-web</module>
|
2023-07-17 22:06:55 +08:00
|
|
|
</modules>
|
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
<artifactId>ruoyi-common</artifactId>
|
|
|
|
|
|
|
|
<description>
|
2023-07-17 22:06:55 +08:00
|
|
|
ruoyi-common 公共模块
|
2023-07-05 11:40:25 +08:00
|
|
|
</description>
|
|
|
|
|
2023-07-17 22:06:55 +08:00
|
|
|
</project>
|