update 重构 ruoyi-common-dict 改为为 ruoyi-common-service-impl 定位变更为通用service实现模块

This commit is contained in:
疯狂的狮子Li
2025-05-26 16:15:09 +08:00
parent bc99124cbd
commit 01bf26d39f
10 changed files with 10 additions and 15 deletions

View File

@@ -28,11 +28,6 @@
<artifactId>ruoyi-common-log</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-dict</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-web</artifactId>

View File

@@ -35,7 +35,7 @@
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-dict</artifactId>
<artifactId>ruoyi-common-service-impl</artifactId>
</dependency>
<dependency>