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-12-29 15:19:14 +08:00
|
|
|
<module>ruoyi-common-encrypt</module>
|
2023-08-15 22:24:31 +08:00
|
|
|
<module>ruoyi-common-excel</module>
|
2023-08-25 22:42:04 +08:00
|
|
|
<module>ruoyi-common-job</module>
|
2023-08-15 22:24:31 +08:00
|
|
|
<module>ruoyi-common-json</module>
|
|
|
|
<module>ruoyi-common-log</module>
|
2024-01-26 09:09:09 +08:00
|
|
|
<module>ruoyi-common-mail</module>
|
2023-08-15 22:24:31 +08:00
|
|
|
<module>ruoyi-common-orm</module>
|
2023-12-03 09:35:28 +08:00
|
|
|
<module>ruoyi-common-oss</module>
|
2023-08-15 22:24:31 +08:00
|
|
|
<module>ruoyi-common-ratelimiter</module>
|
|
|
|
<module>ruoyi-common-redis</module>
|
|
|
|
<module>ruoyi-common-security</module>
|
2024-01-27 10:57:32 +08:00
|
|
|
<module>ruoyi-common-sms</module>
|
2024-01-29 15:56:48 +08:00
|
|
|
<module>ruoyi-common-social</module>
|
2023-08-15 22:24:31 +08:00
|
|
|
<module>ruoyi-common-springdoc</module>
|
|
|
|
<module>ruoyi-common-tenant</module>
|
|
|
|
<module>ruoyi-common-web</module>
|
2024-01-17 20:24:09 +08:00
|
|
|
<module>ruoyi-common-websocket</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>
|