feign调用地址修改;

This commit is contained in:
王奎兴
2026-04-22 19:14:52 +08:00
parent 7dd5508006
commit 77477898d8
@@ -11,7 +11,7 @@ import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@FeignClient(contextId = "OmsService", value = "http://10.102.192.4:8017", fallbackFactory = RemoteOmsFeignFallbackFactory.class, configuration = FeignAutoConfiguration.class)
@FeignClient(contextId = "OmsService", value = "http://10.102.192.4:8017", configuration = FeignAutoConfiguration.class)
public interface OmsServiceFeign {