Commit fe8f341d by ping.wu

商城订单

parent 826e4463
......@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import java.util.List;
@FeignClient(name = "order-service",url = "http://order-service-dev.api-ingress.sandload.cn")
@FeignClient(name = "order-service",url = "${order.service.url:}")
@RequestMapping(consumes = MediaType.APPLICATION_JSON_UTF8_VALUE, produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public interface OrderServiceClient {
/**
......
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