feat: 物联平台分支创建及代码整合。
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
@FeignClient(contextId = "remoteDictService", value = ServiceNameConstants.SYSTEM_SERVICE, fallbackFactory = RemoteDictFallbackFactory.class)
|
||||
@FeignClient(contextId = "remoteDictService", value = ServiceNameConstants.IOT_SYSTEM_SERVICE, fallbackFactory = RemoteDictFallbackFactory.class)
|
||||
public interface RemoteDictService
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -16,7 +16,7 @@ import com.intc.system.api.factory.RemoteLogFallbackFactory;
|
||||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
@FeignClient(contextId = "remoteLogService", value = ServiceNameConstants.SYSTEM_SERVICE, fallbackFactory = RemoteLogFallbackFactory.class)
|
||||
@FeignClient(contextId = "remoteLogService", value = ServiceNameConstants.IOT_SYSTEM_SERVICE, fallbackFactory = RemoteLogFallbackFactory.class)
|
||||
public interface RemoteLogService
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -18,7 +18,7 @@ import com.intc.system.api.model.LoginUser;
|
||||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
@FeignClient(contextId = "remoteUserService", value = ServiceNameConstants.SYSTEM_SERVICE, fallbackFactory = RemoteUserFallbackFactory.class)
|
||||
@FeignClient(contextId = "remoteUserService", value = ServiceNameConstants.IOT_SYSTEM_SERVICE, fallbackFactory = RemoteUserFallbackFactory.class)
|
||||
public interface RemoteUserService
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user