springCloud学习第三天----远程调用feign

我们要新建一个springboot服务,user-consumer 除了和之前创建eureka-client步骤都一样以外还需要勾选feign支持 我们在eureka-client中加入代码 import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotatio
相关文章
相关标签/搜索