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;
@Component
@FeignClient("jeecg-system")
@FeignClient("armd-system")
public interface SystemClient {
/* 系统用户相关 */
@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.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;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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