springboot,dubbo,zookeeper,elasticsearch,feign,rabbitmq,redisson,shardingjdbc,seata
参考: springboot+dubbo搭建: https://www.cnblogs.com/chy18883701161/p/12783892.html
zookeeper安装: https://www.yuque.com/chaoyueshikong/project/nva9rl 本地启动服务: cd /usr/local/zookeeper ./bin/zkServer.sh start
dubbbo调优: https://www.yuque.com/chaoyueshikong/project/wa0emg
参考: https://www.jianshu.com/p/8fe4bc1c584d?utm_campaign=hugo https://developer.51cto.com/art/201904/594615.htm 反向索引又叫倒排索引,是根据文章内容中的关键字建立索引。 搜索引擎原理就是建立反向索引。 Elasticsearch 在 Lucene 的基础上进行封装,实现了分布式搜索引擎。 Elasticsearch 中的索引、类型和文档的概念比较重要,类似于 MySQL 中的数据库、表和行。 Elasticsearch 也是 Master-slave 架构,也实现了数据的分片和备份。 Elasticsearch 一个典型应用就是 ELK 日志分析系统。
参考: https://www.cnblogs.com/lushichao/p/12796408.html add 接口调用失败重试方案 2020-09-14
参考: https://www.jianshu.com/p/8fe4bc1c584d?utm_campaign=hugo
org.redisson.api.RedissonClient
参考: https://blog.csdn.net/u010391342/article/details/89526366
参考: https://github.com/seata/seata
参考: https://www.fangzhipeng.com/architecture/2020/06/13/xxljob-test.html