重构项目

This commit is contained in:
2025-08-06 14:16:49 +08:00
parent 4b399f90bf
commit c1c664e338
957 changed files with 57 additions and 111235 deletions

86
pom.xml
View File

@@ -4,16 +4,16 @@
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>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-flowable-plus</artifactId>
<groupId>com.gear</groupId>
<artifactId>gear-oa</artifactId>
<version>0.8.3</version>
<name>RuoYi-Flowable-Plus</name>
<name>Gear-Flowable-Plus</name>
<url>https://gitee.com/KonBAI-Q/ruoyi-flowable-plus</url>
<description>RuoYi-Flowable-Plus后台管理系统</description>
<description>Gear-Flowable-Plus后台管理系统</description>
<properties>
<ruoyi-flowable-plus.version>0.8.3</ruoyi-flowable-plus.version>
<gear-oa-flowable-plus.version>0.8.3</gear-oa-flowable-plus.version>
<spring-boot.version>2.7.11</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -291,82 +291,82 @@
<!-- 定时任务 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-job</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-job</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
<!-- 代码生成-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-generator</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-generator</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
<!-- 核心模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-framework</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-framework</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
<!-- 系统模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-system</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-system</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-common</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
<!-- 工作流模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-flowable</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-flowable</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
<!-- OSS对象存储模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-oss</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-oss</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
<!-- SMS短信模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-sms</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-sms</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
<!-- demo模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-demo</artifactId>
<version>${ruoyi-flowable-plus.version}</version>
<groupId>com.gear</groupId>
<artifactId>gear-demo</artifactId>
<version>${gear-oa-flowable-plus.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>ruoyi-admin</module>
<module>ruoyi-common</module>
<module>ruoyi-demo</module>
<module>ruoyi-extend</module>
<module>ruoyi-flowable</module>
<module>ruoyi-framework</module>
<module>ruoyi-generator</module>
<module>ruoyi-job</module>
<module>ruoyi-oss</module>
<module>ruoyi-sms</module>
<module>ruoyi-system</module>
<module>gear-admin</module>
<module>gear-common</module>
<module>gear-demo</module>
<module>gear-extend</module>
<module>gear-flowable</module>
<module>gear-framework</module>
<module>gear-generator</module>
<module>gear-job</module>
<module>gear-oss</module>
<module>gear-sms</module>
<module>gear-system</module>
</modules>
<packaging>pom</packaging>