fegin远程调用 @GetMapping("query")正常,所在controller没有@RequestMapping
fegin远程调用@GetMapping("/member/queryMember")失败,所在controller有@RequestMapping("member")
这是什么原因?
https://blog.csdn.net/shimilysj/article/details/84310451
@GetMapping @RequestMapping 都是url的注解 一个是限定了请求方式 后者默认的get