Commit d9cd7624 by zhiheng.zhang

feign 添加name

parent bc7638e0
......@@ -23,7 +23,7 @@ import org.springframework.web.bind.annotation.RequestHeader;
import org.springframework.web.bind.annotation.RequestMapping;
@FeignClient(url="${saas.favorite.submit.url}")
@FeignClient(name = "favorite",url="${saas.favorite.submit.url}")
@RequestMapping(produces = {"application/json;charset=UTF-8"})
public interface BuriedPointClient {
......
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