|
@@ -10,7 +10,8 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
|
|
|
|
-@FeignClient(name = "energy-alarm-service",url = "http://192.168.16.235:9977")
|
|
|
+//@FeignClient(name = "energy-alarm-service",url = "http://192.168.16.235:9977")
|
|
|
+@FeignClient(name = "energy-alarm-service")
|
|
|
public interface AlarmServiceClient {
|
|
|
|
|
|
@PostMapping("/projectAlarmRuleObjRels/query")
|