fix:微服务name修改

This commit is contained in:
nieziyan 2024-01-25 14:24:50 +08:00
parent 39fd1fb402
commit c726558672
13 changed files with 12 additions and 13 deletions

View File

@ -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")

View File

@ -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;

View File

@ -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 {
/* 获取当前用户信息 */ /* 获取当前用户信息 */

View File

@ -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")

View File

@ -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下相关接口 */

View File

@ -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")

View File

@ -3,7 +3,7 @@ server:
spring: spring:
application: application:
name: jeecg-abnormal-alarm name: armd-abnormal-alarm
cloud: cloud:
nacos: nacos:
config: config:

View File

@ -3,7 +3,7 @@ server:
spring: spring:
application: application:
name: jeecg-auto-process name: armd-auto-process
cloud: cloud:
nacos: nacos:
config: config:

View File

@ -3,7 +3,7 @@ server:
spring: spring:
application: application:
name: jeecg-log-manage name: armd-log-manage
cloud: cloud:
nacos: nacos:
config: config:

View File

@ -3,7 +3,7 @@ server:
spring: spring:
application: application:
name: jeecg-spectrum-analysis name: armd-spectrum-analysis
cloud: cloud:
nacos: nacos:
config: config:

View File

@ -3,7 +3,7 @@ server:
spring: spring:
application: application:
name: jeecg-station-operation name: armd-station-operation
cloud: cloud:
nacos: nacos:
config: config:

View File

@ -3,7 +3,7 @@ server:
spring: spring:
application: application:
name: jeecg-system name: armd-system
cloud: cloud:
nacos: nacos:
config: config:

View File

@ -3,7 +3,7 @@ server:
spring: spring:
application: application:
name: jeecg-web-statistics name: armd-web-statistics
cloud: cloud:
nacos: nacos:
config: config: