记得上下班打卡 | git大法好,push需谨慎

Commit 02b4e224 authored by jiangxiulong's avatar jiangxiulong

url4

parent e183d4de
...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.PostMapping;
@Component @Component
@FeignClient(name = "liquidnet-service-platform", @FeignClient(name = "liquidnet-service-platform",
contextId = "FeignPlatformTaskClient", path = "", contextId = "FeignPlatformTaskClient", path = "",
url = "${liquidnet.service.executor-main.url.platform}", url = "${liquidnet.service.executor.main.url.platform}",
// url = "", // url = "",
fallback = FallbackFactory.Default.class) fallback = FallbackFactory.Default.class)
public interface FeignPlatformTaskClient { public interface FeignPlatformTaskClient {
......
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