发布31;

This commit is contained in:
王奎兴
2026-05-21 17:45:05 +08:00
parent 57d5043ac2
commit 447e26999b
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@FeignClient(contextId = "OmsService", value = ServiceNameConstants.OMS_SERVICE, configuration = FeignAutoConfiguration.class)
@FeignClient(contextId = "OmsService", value = ServiceNameConstants.OMS_SERVICE,url = "http://10.102.192.33:8017", configuration = FeignAutoConfiguration.class)
public interface OmsServiceFeign {
+1 -1
View File
@@ -9,7 +9,7 @@ spring:
name: mhd-gateway
profiles:
# 环境配置
active: dev
active: dev31
cloud:
nacos:
discovery: