Commit 601aefcd by zhiheng.zhang

添加熔断器

parent e2c48073
......@@ -5,7 +5,7 @@ import cn.freemud.entities.dto.CouponCodeVerificationDto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
@FeignClient(name = "COUPON",url="http://coupon-offline-coupon-service-koderover-test-coupon.api-ingress.sandload.cn")
@FeignClient(name = "COUPON",url="${saas.couponofflineclient.feign.url}")
public interface CouponOfflineClient {
@PostMapping("/api")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment