Commit d7f911ac by lixian7

Merge branch 'dev' into 'master'

去掉url

See merge request !20
parents 885a33fa 56d06a36
...@@ -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