update 将dubbo包名改为remote包名

This commit is contained in:
疯狂的狮子Li
2026-03-23 15:02:11 +08:00
parent 4ece33d81d
commit 792941fed9
18 changed files with 17 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import lombok.RequiredArgsConstructor;
import org.dromara.common.http.annotation.RemoteServiceController;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import cn.hutool.core.lang.Dict;
import lombok.RequiredArgsConstructor;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.convert.Convert;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollUtil;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import lombok.RequiredArgsConstructor;
import org.dromara.common.http.annotation.RemoteServiceController;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import lombok.RequiredArgsConstructor;
import org.dromara.common.http.annotation.RemoteServiceController;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import lombok.RequiredArgsConstructor;
import org.dromara.common.http.annotation.RemoteServiceController;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import cn.hutool.core.collection.CollUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import cn.hutool.core.collection.CollUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import lombok.RequiredArgsConstructor;
import org.dromara.common.http.annotation.RemoteServiceController;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import cn.hutool.core.convert.Convert;
import lombok.RequiredArgsConstructor;

View File

@@ -1,4 +1,4 @@
package org.dromara.system.dubbo;
package org.dromara.system.remote;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollUtil;
@@ -32,10 +32,6 @@ import org.dromara.system.mapper.SysUserMapper;
import org.dromara.system.mapper.SysUserPostMapper;
import org.dromara.system.mapper.SysUserRoleMapper;
import org.dromara.system.service.*;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.service.annotation.GetExchange;
import org.springframework.web.service.annotation.PostExchange;
import java.util.*;