shardingjdbc3.x 整合,实现自定义主键生成,自定义分库分表策略,可扩展,可读性更好
☆88Jul 12, 2025Updated 11 months ago
Alternatives and similar repositories for snowalker-shardingjdbc-demo
Users that are interested in snowalker-shardingjdbc-demo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- sharding jdbc 基于java代码的配置demo☆11Jun 21, 2022Updated 3 years ago
- Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。☆28Nov 30, 2019Updated 6 years ago
- sharding-jdbc 分库分表示例☆636Mar 10, 2020Updated 6 years ago
- ☆19Oct 13, 2020Updated 5 years ago
- 借助sharding-sphere实现类似多租户的分库分表☆25Jun 21, 2022Updated 3 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- 分库分表,读写分离、数据分片、数据脱敏(按用户分库、按月份分表)☆27Jun 4, 2021Updated 5 years ago
- 基于springboot+sharding-sphere-jdbc+mybatisplus实现按日期 年/月/日 策略进行动态分表兼容配置多数据源,读写分离,主从等,自动添加新表,无需人工操作。☆10Feb 24, 2023Updated 3 years ago
- 自定义的spring-boot的feign httpclient starter,为feign替换原生的URLConnection使用httpclient提供简易的配置并集成spring-boot的auto configuration☆16Jun 14, 2017Updated 8 years ago
- generator id by redis lua☆26Apr 26, 2021Updated 5 years ago
- rocketmq 是由阿里巴巴开源出来的一个分布式消息服务器,rocketmq是在kafka的基础上进行重构,然后开发出来支撑阿里巴巴双十一高并发量的消息服务器。现在阿里巴巴已经将项目托管到apache基金会。 相较于ActiveMQ、kafka、RabbitMQ等开源…☆11Oct 13, 2020Updated 5 years ago
- 数字货币撮合系统 提供接口 撮合发布、撮合取消、撮合mq 消息发布☆40Aug 17, 2018Updated 7 years ago
- 基于SpringBoot的注解插件,实现了对接口的防重放攻击,校验请求超时,校验请求签名☆18Mar 5, 2019Updated 7 years ago
- 主要是为了解决使用spring cloud gateway filter读取dataform类型的数据(multipart)☆18Dec 4, 2018Updated 7 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 局域网文档在线编辑,基于beego和onlyoffice,fork自3xxx/engineercms☆15Mar 31, 2020Updated 6 years ago
- 校园二手交易平台后端(springboot+mybatis)☆11Apr 29, 2019Updated 7 years ago
- squirrel-foundation实现的状态机demo☆15May 18, 2018Updated 8 years ago
- activemq activemq-springboot demo☆12Dec 24, 2016Updated 9 years ago
- SpringBoot项目。 主要是Netty与RabbitMq,包含服务与客户端,编码与解码器;定义了两个线程池一个用于netty,一个用于异步写日志。使用了自定义注解获取相应的handler。同时包含mysql、mongo、redis☆17Jan 28, 2019Updated 7 years ago
- 设计模式及场景功能实现☆19Jul 16, 2023Updated 2 years ago
- 电商+大数据+spark机器学习☆17Dec 5, 2017Updated 8 years ago
- 一个非常强大的监控日志输出框架,支持 SpringAOP 和动态字节码注入两种方式输出方法执行的监控日志,而且包含链路追踪功能,只要一个注解即可开启所有功能☆87Dec 16, 2022Updated 3 years ago
- maat是一个分布式事务中间件,实现了基于可靠消息的最终一致性事务控制.其可靠消息服务通过独立消息服务方案实现,与业务系统耦合低,目前支持的MQ有RocketMQ☆12Dec 6, 2018Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 论坛日志分析系统☆25May 22, 2018Updated 8 years ago
- jack教学用spring的案例☆15Dec 15, 2022Updated 3 years ago
- distributed transaction service based on reliable msg,基于可靠消息的柔性分布式事务实现方案。☆123Dec 16, 2023Updated 2 years ago
- 一套涵盖大部分核心组件使用的Spring Cloud教程,包含微服务主流架构:包括Spring Cloud Alibaba及分布式事务Seata,全文检索ES,MYSQL同步组件CANAL,消息一致性队列:RabbitMQ和rocketMQ,分布式锁zookeeper及re…☆15Jun 3, 2021Updated 5 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列 ,…☆12Aug 10, 2017Updated 8 years ago
- web常见漏洞处理,xss,sql注入,跨域,文件上传,接口暴力,限流实现☆27Jun 17, 2022Updated 3 years ago
- ☆47Jun 21, 2022Updated 3 years ago
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆50Mar 31, 2018Updated 8 years ago
- 🖖It's a RxJava + RxNetty based micro web framework☆15Mar 1, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 一个增删改查的idea插件,可以根据数据库表结构,帮助您快速生成dao、service、controller等相关代码。同时支持Mybatis-Plus、MyBatis、JPA。☆11Nov 14, 2021Updated 4 years ago
- XiaoYu 基于 Spring Cloud Alibaba的分布式微服务快速搭建案例,具有统一授权、认证,包含用户管理、资源权限管理(Spring Security + oauth2)、网关API(Gateway)、分布式事务(seata)、分布式任务调度(xxl-job…☆22Jan 11, 2021Updated 5 years ago
- 搜索引擎原理实践, java, 多线程异步下载,CompletableFuture,下载,分析,倒排索引。☆16Apr 4, 2019Updated 7 years ago
- Spring Cloud 实践学习案例,由浅入深一步一步学习 Spring Cloud,是 Spring Cloud 初学者及核心技术巩固的最佳实践。☆271Apr 3, 2023Updated 3 years ago
- 有史以来最全Springboot2.x使用的Elasticsearch的High Level REST Client API使用代码,包括了几乎所有的常用查询API示例。例如索引、分片、 Document APIs、term & terms、match查询、Scroll、d…☆23Jun 17, 2022Updated 3 years ago
- seata demo,包括tcc模式(解决了幂等性问题,允许空回滚,拒绝空回滚后的操作),和at模式☆25Dec 13, 2020Updated 5 years ago
- 基于二阶提交理论实现的分布式事务服务框架☆26Dec 24, 2016Updated 9 years ago