摘要:
单机模式: 官方文档: https://nacos.io/zh-cn/docs/deployment.html 下载安装包 下载地址:https://github.com/alibaba/nacos/releases/download/2.1.0/nacos-server-2.1.0.tar.gz 阅读全文
摘要:
第一章: Alibaba Nacos注册中心 01_Nacos注册中心介绍 02_Nacos Server环境搭建 03_Nacos Client端使用 04_Nacos Config配置中心 第二章: 负载均衡器Ribbon 01_负载均衡简介 02_ribbon使用及扩展点 第三章: 服务远程调 阅读全文
摘要:
注册中心的作用: 不同的微服务如何维护复杂的调用关系? //服务之间通过RestTemplate调用,url写死 String url = "http://localhost:8020/order/findOrderByUserId/"+id; R result = restTemplate.get 阅读全文