update 重构 ruoyi-common-dict 改为为 ruoyi-common-service-impl 定位变更为通用service实现模块
parent
bc99124cbd
commit
01bf26d39f
@ -1 +0,0 @@
|
||||
org.dromara.common.dict.service.impl.DictServiceImpl
|
||||
@ -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
|
||||
Loading…
Reference in New Issue