fix:微服务name修改
This commit is contained in:
parent
39fd1fb402
commit
c726558672
|
@ -13,7 +13,7 @@ import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
@FeignClient("jeecg-system")
|
@FeignClient("armd-system")
|
||||||
public interface SystemClient {
|
public interface SystemClient {
|
||||||
/* 系统用户相关 */
|
/* 系统用户相关 */
|
||||||
@RequestMapping("/sys/user/findUserMap")
|
@RequestMapping("/sys/user/findUserMap")
|
||||||
|
|
|
@ -7,7 +7,6 @@ import org.jeecg.common.api.vo.Result;
|
||||||
import org.jeecg.modules.base.bizVo.GammaRLR;
|
import org.jeecg.modules.base.bizVo.GammaRLR;
|
||||||
import org.jeecg.modules.entity.GardsSampleDataSpectrum;
|
import org.jeecg.modules.entity.GardsSampleDataSpectrum;
|
||||||
import org.jeecg.modules.entity.vo.*;
|
import org.jeecg.modules.entity.vo.*;
|
||||||
import org.jeecg.modules.feignclient.SystemClient;
|
|
||||||
import org.jeecg.modules.service.IGammaService;
|
import org.jeecg.modules.service.IGammaService;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.data.redis.core.RedisTemplate;
|
import org.springframework.data.redis.core.RedisTemplate;
|
||||||
|
|
|
@ -7,7 +7,7 @@ import org.springframework.stereotype.Component;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
@FeignClient("jeecg-spectrum")
|
@FeignClient("armd-system")
|
||||||
public interface SystemClient {
|
public interface SystemClient {
|
||||||
|
|
||||||
/* 获取当前用户信息 */
|
/* 获取当前用户信息 */
|
||||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
@FeignClient("jeecg-system")
|
@FeignClient("armd-system")
|
||||||
public interface IUserTaskService {
|
public interface IUserTaskService {
|
||||||
|
|
||||||
@RequestMapping("/sys/user/findUserByName")
|
@RequestMapping("/sys/user/findUserByName")
|
||||||
|
|
|
@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.*;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
@FeignClient("jeecg-abnormal-alarm")
|
@FeignClient("armd-abnormal-alarm")
|
||||||
public interface AbnormalAlarmClient {
|
public interface AbnormalAlarmClient {
|
||||||
|
|
||||||
/* SysEmailController下相关接口 */
|
/* SysEmailController下相关接口 */
|
||||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
@FeignClient("jeecg-system")
|
@FeignClient("armd-system")
|
||||||
public interface IMenuNameService {
|
public interface IMenuNameService {
|
||||||
|
|
||||||
@RequestMapping("/sys/dict/findStationListByMenuName")
|
@RequestMapping("/sys/dict/findStationListByMenuName")
|
||||||
|
|
|
@ -3,7 +3,7 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: jeecg-abnormal-alarm
|
name: armd-abnormal-alarm
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -3,7 +3,7 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: jeecg-auto-process
|
name: armd-auto-process
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -3,7 +3,7 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: jeecg-log-manage
|
name: armd-log-manage
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -3,7 +3,7 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: jeecg-spectrum-analysis
|
name: armd-spectrum-analysis
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -3,7 +3,7 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: jeecg-station-operation
|
name: armd-station-operation
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -3,7 +3,7 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: jeecg-system
|
name: armd-system
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
|
|
|
@ -3,7 +3,7 @@ server:
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: jeecg-web-statistics
|
name: armd-web-statistics
|
||||||
cloud:
|
cloud:
|
||||||
nacos:
|
nacos:
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user