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

Commit d0318402 authored by jiangxiulong's avatar jiangxiulong

url

parent bdf519f0
...@@ -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-sweet", @FeignClient(name = "liquidnet-service-sweet",
contextId = "FeignSweetTaskActivityClient", path = "", contextId = "FeignSweetTaskActivityClient", path = "",
url = "", url = "${liquidnet.service.sweet.url}",
fallback = FallbackFactory.Default.class) fallback = FallbackFactory.Default.class)
public interface FeignSweetTaskActivityClient { public interface FeignSweetTaskActivityClient {
......
...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.GetMapping; ...@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.GetMapping;
@Component @Component
@FeignClient(name = "liquidnet-service-sweet", @FeignClient(name = "liquidnet-service-sweet",
contextId = "FeignSweetWechatClient", path = "", contextId = "FeignSweetWechatClient", path = "",
url = "", url = "${liquidnet.service.sweet.url}",
fallback = FallbackFactory.Default.class) fallback = FallbackFactory.Default.class)
public interface FeignSweetWechatClient { public interface FeignSweetWechatClient {
......
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