1.谐波高级算法远程调用提交
This commit is contained in:
@@ -2,7 +2,7 @@ package com.njcn.device.pq.api;
|
||||
|
||||
import com.njcn.common.pojo.constant.ServerInfo;
|
||||
import com.njcn.common.pojo.response.HttpResult;
|
||||
import com.njcn.device.pq.api.fallback.DeviceTreeClientFallbackFactory;
|
||||
import com.njcn.device.pq.api.fallback.AlarmClientFallbackFactory;
|
||||
import com.njcn.device.pq.pojo.vo.AlarmStrategyVO;
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
@@ -15,7 +15,7 @@ import java.util.List;
|
||||
* @author yzh
|
||||
* @date 2022/9/19
|
||||
*/
|
||||
@FeignClient(value = ServerInfo.DEVICE, path = "/Alarm", fallbackFactory = DeviceTreeClientFallbackFactory.class, contextId = "Alarm")
|
||||
@FeignClient(value = ServerInfo.DEVICE, path = "/Alarm", fallbackFactory = AlarmClientFallbackFactory.class, contextId = "Alarm")
|
||||
public interface AlarmClient {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user