摘要: SpringCloud总结 1.远程调用: RestTemplate: 注册一个RestTemaplate的实例到Spring容器中 从容器中取出,调用 Feign: 用于代替RestTemplate 使用步骤: 1. 创建一个module,专门用于处理远程调用的方法 里面存放controller中 阅读全文
posted @ 2022-02-16 18:20 疯自* 阅读(51) 评论(0) 推荐(0)