Commit efbe8b2f authored by 钱坤's avatar 钱坤

feignClient的url再次统一修正为svc占位符

parent 63ba2d25
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestParam; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestParam;
import java.util.List; import java.util.List;
@FeignClient(value = "service-jifen", contextId = "jifen", url = "${tanpu.jifen.svc:}", path = "/jifen") @FeignClient(value = "service-jifen", url = "${tanpu.jifen.svc:}", contextId = "jifen", path = "/jifen")
public interface FeignClientForActivity { public interface FeignClientForActivity {
......
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