mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-14 22:20:29 +00:00
update 重构 ruoyi-common-dict 改为为 ruoyi-common-service-impl 定位变更为通用service实现模块
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<module>ruoyi-common-bom</module>
|
||||
<module>ruoyi-common-alibaba-bom</module>
|
||||
<module>ruoyi-common-log</module>
|
||||
<module>ruoyi-common-dict</module>
|
||||
<module>ruoyi-common-service-impl</module>
|
||||
<module>ruoyi-common-excel</module>
|
||||
<module>ruoyi-common-core</module>
|
||||
<module>ruoyi-common-redis</module>
|
||||
|
@@ -54,10 +54,10 @@
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 字典 -->
|
||||
<!-- 通用service实现模块 -->
|
||||
<dependency>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>ruoyi-common-dict</artifactId>
|
||||
<artifactId>ruoyi-common-service-impl</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
|
@@ -1 +0,0 @@
|
||||
org.dromara.common.dict.service.impl.DictServiceImpl
|
@@ -9,10 +9,10 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>ruoyi-common-dict</artifactId>
|
||||
<artifactId>ruoyi-common-service-impl</artifactId>
|
||||
|
||||
<description>
|
||||
ruoyi-common-dict 字典
|
||||
ruoyi-common-service-impl 通用service实现模块(用于处理core模块中的通用业务service类)
|
||||
</description>
|
||||
|
||||
<dependencies>
|
@@ -1,4 +1,4 @@
|
||||
package org.dromara.common.dict.service.impl;
|
||||
package org.dromara.common.core.service.impl;
|
||||
|
||||
import com.github.benmanes.caffeine.cache.Cache;
|
||||
import org.apache.dubbo.config.annotation.DubboReference;
|
@@ -1,4 +1,4 @@
|
||||
package org.dromara.common.dict.utils;
|
||||
package org.dromara.common.core.utils;
|
||||
|
||||
import org.dromara.common.core.constant.CacheNames;
|
||||
import org.dromara.common.redis.utils.CacheUtils;
|
@@ -0,0 +1 @@
|
||||
org.dromara.common.core.service.impl.DictServiceImpl
|
@@ -24,7 +24,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>ruoyi-common-dict</artifactId>
|
||||
<artifactId>ruoyi-common-service-impl</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user