Commit 56d06a36 by lixian7

去掉url

parent dfa722a6
...@@ -16,7 +16,7 @@ import java.util.List; ...@@ -16,7 +16,7 @@ import java.util.List;
* @author: xieshixiang * @author: xieshixiang
* @time:2020/6/19 15:26 * @time:2020/6/19 15:26
**/ **/
@FeignClient(url = "http://10.197.236.198:8116", name = "edl-pvt-service-traffic", path = "violation", contextId = @FeignClient(name = "edl-pvt-service-traffic", path = "violation", contextId =
"dcp-pvt-service-traffic") "dcp-pvt-service-traffic")
public interface ViolationFeign { public interface ViolationFeign {
/** /**
......
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