随笔分类 - springcloud
摘要:一、zookeeper-3.4.10地址: http://archive.apache.org/dist/zookeeper/zookeeper-3.4.10/ 修改zoo.cfg的配置 dataDir=D:\apache-zookeeper-3.5.9-bin\data clientPortAdd
阅读全文
摘要:手写负载均衡 使用Allow parallel run 启动多个应用,注意改server port 使用Ribbon实现负载均衡 RestTemplate 添加负载均衡注解 使用,不需要discoveryClient了 Ribbon组成 Ribbon内置的负载均衡规则 默认为轮询RoundRobin
阅读全文
摘要:https://nacos.io/en us/docs/quick start.html Download run package Select the latest stable version from [https://github.com/alibaba/nacos/releases] St
阅读全文