|
@@ -5,11 +5,10 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>ruoyi</artifactId>
|
|
|
+ <artifactId>rcaudit</artifactId>
|
|
|
<version>3.8.8</version>
|
|
|
|
|
|
- <name>ruoyi</name>
|
|
|
- <url>http://www.ruoyi.vip</url>
|
|
|
+ <name>rcaudit</name>
|
|
|
<description>RC审计系统</description>
|
|
|
|
|
|
<properties>
|
|
@@ -150,42 +149,42 @@
|
|
|
<!-- 定时任务-->
|
|
|
<dependency>
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>ruoyi-quartz</artifactId>
|
|
|
+ <artifactId>rc-quartz</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 代码生成-->
|
|
|
<dependency>
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>ruoyi-generator</artifactId>
|
|
|
+ <artifactId>rc-generator</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 核心模块-->
|
|
|
<dependency>
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>ruoyi-framework</artifactId>
|
|
|
+ <artifactId>rc-framework</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 系统模块-->
|
|
|
<dependency>
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>ruoyi-system</artifactId>
|
|
|
+ <artifactId>rc-system</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
<dependency>
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>ruoyi-common</artifactId>
|
|
|
+ <artifactId>rc-common</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- RC -->
|
|
|
<dependency>
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
- <artifactId>rc</artifactId>
|
|
|
+ <artifactId>rc-buisness</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
@@ -193,13 +192,13 @@
|
|
|
</dependencyManagement>
|
|
|
|
|
|
<modules>
|
|
|
- <module>ruoyi-admin</module>
|
|
|
- <module>ruoyi-framework</module>
|
|
|
- <module>ruoyi-system</module>
|
|
|
- <module>ruoyi-quartz</module>
|
|
|
- <module>ruoyi-generator</module>
|
|
|
- <module>ruoyi-common</module>
|
|
|
- <module>rc</module>
|
|
|
+ <module>rc-admin</module>
|
|
|
+ <module>rc-framework</module>
|
|
|
+ <module>rc-system</module>
|
|
|
+ <module>rc-quartz</module>
|
|
|
+ <module>rc-generator</module>
|
|
|
+ <module>rc-common</module>
|
|
|
+ <module>rc-buisness</module>
|
|
|
</modules>
|
|
|
<packaging>pom</packaging>
|
|
|
|