摘要: 1、feign不支持@GetMapping 和 @PostMapping 注解,只能使用 @RequestMapping 并且 method = RequestMethod.GET必须指定get或post // 正确写法 @RequestMapping(value = "/user/getList" 阅读全文
posted @ 2020-03-11 15:08 不良帅~ 阅读(852) 评论(0) 推荐(0)