Commit 6f7024a7 by 李学兴

opt@feature/20210810_callbackUrgentPlan_lxx:# FeignClient url默认值

parent 5d0798c5
......@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@FeignClient(name = "CALL-BACK-SERVICE", url = "${saas.callbackService.feign.url}")
@FeignClient(name = "CALL-BACK-SERVICE", url = "${saas.callbackService.feign.url:}")
@RequestMapping(produces = { "application/json;charset=UTF-8" })
public interface OrderCallbackClient {
......
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