微服务调用其它微服务数据实现总结

方法一、RestTemplate实现(注意springboot的版本需1.4以上):

微服务调用其它微服务数据实现总结_第1张图片

注意启动类中需要加入下面的代码:

微服务调用其它微服务数据实现总结_第2张图片

参照网址:
http://blog.csdn.net/liuchuanhong1/article/details/54631080
http://www.souvc.com/?p=2608

方法二、httpClient实现

参照网址:http://blog.csdn.net/wangpeng047/article/details/19624529

你可能感兴趣的:(spring,cloud,学习总结)