update [重大改动] 将 framework 与 system 模块 解耦

This commit is contained in:
疯狂的狮子li
2021-09-17 14:48:36 +08:00
parent 2b53e9d86a
commit 50599487f8
24 changed files with 331 additions and 149 deletions

View File

@ -64,7 +64,7 @@
<!-- 系统模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-system</artifactId>
<artifactId>ruoyi-common</artifactId>
</dependency>
</dependencies>