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