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

Commit 5b66d01d authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/dev' into dev

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