jordenLwq / Springboot-Links
Springboot读写分离,其实这个是在代码上面处理,实现动态数据源通过反射,AOP方式进行切换。其实在数据库方面,要做到主从同步。可以参照我的博客配置主从同步(MYSQL)https://jordenlwq.github.io/2017/12/06/hello-world/
☆16Updated 7 years ago
Alternatives and similar repositories for Springboot-
Users that are interested in Springboot- are comparing it to the libraries listed below
Sorting:
- 【基于注解和反射】Excel的简单、大数据量、基于模板、多sheet页的导入导出☆12Updated 6 years ago
- SpringBoot项目。 主要是Netty与RabbitMq,包含服务与客户端,编码与解码器;定义了两个线程池一个用于netty,一个用于异步写日志。使用了自定义注解获取相应的handler。同时包含mysql、mongo、redis☆17Updated 6 years ago
- 此微服务包括分布式认证中心(jwt+redis),Eureka 集群,客户端负载均衡 turbin微服务监控。Hystrix服务熔断机制 请求限流。以及数据同步DATAX (https://github.com/alibaba/DataX),☆25Updated 7 years ago
- 线程池+消息队列缓存 批量处理高并发任务☆13Updated 6 years ago
- 基于springcloud的lcn分布式事务处理☆18Updated 6 years ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切片连接池,哨兵模式)☆29Updated 2 years ago
- 转载 flyray-base是一套包括组织机构、角色用户、权限授权、数据权限、内容管理、支付、对账、清结算、客户管理、营销活动、库存管理、搜索模块等分布式框架,使用Spring+SpringMVC+Mybatis+dubbox+redis+rocketmq+elastic…☆54Updated 7 years ago
- rocketmq 是由阿里巴巴开源出来的一个分布式消息服务器,rocketmq是在kafka的基础上进行重构,然后开发出来支撑阿里巴巴双十一高并发量的消息服务器。现在阿里巴巴已经将项目托管到apache基金会。 相较于ActiveMQ、kafka、RabbitMQ等开源…☆11Updated 5 years ago
- Java:购物车规则引擎。采用SOA思想,每个促销规则以插件的形式增减☆20Updated 9 years ago
- SpringCloud(Finchley.RELEASE)+SpringBoot(2.0.7)+LCN(5.0.2.RELEASE)项目骨架,eureka+config+bus+feign+ribbon+hystrix+zuul等组件支持,MyBatis+Redis+Mon…☆112Updated 6 years ago
- smaker cloud是国内首个基于Spring Cloud、spring cloud alibaba微服务化快速开发脚手架,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架…☆86Updated 6 years ago
- 一个SpringMVC4+EasyUI的后台管理系统,已投入生产线上使用。下载导入SQL脚本,开箱即用,五分钟完成部署。☆149Updated 2 years ago
- 基于redis的分布式锁,适用于秒杀,自增ID等web分布式开发场景☆11Updated 8 years ago
- 抽奖系统后台 springboot+mybatis redis队列处理高并发☆87Updated 8 years ago
- 个人学习xxl-job源码 核心部分加上了中文注释☆16Updated 7 years ago
- springcloud 微服务,Sring cloud Greenwich.SR1 spring boot 2.1.3.RELEASE 版本 。服务水平加垂直分层,集成xxl-job定时任务系统、Redis缓存、队列、分布式锁,监控,EFK 日志搜索方案集成实现等☆120Updated 2 years ago
- 基于反射实现,高效 java版开放接口统一网关鉴权demo项目☆71Updated 2 years ago
- spring boot集成dubbox☆11Updated 8 years ago
- 基于spring-cloud系列整合的分布式项目的例子,监控管理、配置中心、注册中心、分布式锁、分布式事务、多数据源、工作流、单点登录、oauth2授权、接口文档、路由跳转、第三方集成等等☆103Updated 6 years ago
- rabbitmq 消息100%可靠性投递的解决方案实现 ack手动确认方式☆69Updated 6 years ago
- cglib轻量化mvc框架(ioc+aop+mvc+orm+切面级事物)☆28Updated 7 years ago
- 微服务的网关,包含oauth2授权、调用次数限制和服务路由☆13Updated 8 years ago
- 使用SpringBoot和Seata实现Dubbo分布式事务管理☆51Updated 3 years ago
- vans 基于SpringBoot构建的后端开发脚手架项目,完美整合springmvc+mybatis+spring security+jwt token。项目代码简介,注释清楚,容易上手,针对用户、角色、权限、字典等模块已经开发完成。项目适用于前段后端开发的系统,可以作为…☆110Updated 7 years ago
- 秒杀系统的实现与详解,相关的详细文档请前往GitBook https://gitbook.cn/gitchat/activity/5bff4c9f442cad45a51fee92☆17Updated 6 years ago
- spring boot 集成redis封装,支持redis模式: 单点、集群、哨兵操作、分布式锁操作(简单锁、等待锁)☆51Updated 5 years ago
- 基于Redis消息队列实现的异步化框架,将页面注册与邮件发送解耦,实现在注册成功后异步发送邮件的功能。 运行项目的时候: 需先开启Redis服务。☆21Updated 7 years ago
- ☆47Updated 3 years ago
- 多级缓存框架-一级缓存caffeine 二级缓存redis☆17Updated 2 years ago
- 基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户、多系统的系统架构。适合学习和企业中使用。真正实现了手撸RBAC、jwt的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持…☆126Updated last year