Skip to content

java技术栈全家桶集成:springboot,dubbo,zookeeper,elasticsearch,feign,rabbitmq,redisson,shardingjdbc

Notifications You must be signed in to change notification settings

chunzhang-hub/java-bucket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java技术栈全家桶

springboot,dubbo,zookeeper,elasticsearch,feign,rabbitmq,redisson,shardingjdbc,seata

dubbo

参考: 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

es

参考: 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 日志分析系统。

feign

参考: https://www.cnblogs.com/lushichao/p/12796408.html add 接口调用失败重试方案 2020-09-14

rabbitmq

参考: https://www.jianshu.com/p/8fe4bc1c584d?utm_campaign=hugo

redisson

org.redisson.api.RedissonClient

shardingjdbc

参考: https://blog.csdn.net/u010391342/article/details/89526366

seata

参考: https://github.com/seata/seata

xxl-job

参考: https://www.fangzhipeng.com/architecture/2020/06/13/xxljob-test.html

About

java技术栈全家桶集成:springboot,dubbo,zookeeper,elasticsearch,feign,rabbitmq,redisson,shardingjdbc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 54.1%
  • JavaScript 33.0%
  • FreeMarker 12.6%
  • Other 0.3%