shardingjdbc3.x 整合,实现自定义主键生成,自定义分库分表策略,可扩展,可读性更好
☆88Jul 12, 2025Updated last year
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 4 years ago
- Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。☆28Nov 30, 2019Updated 6 years ago
- ☆19Oct 13, 2020Updated 5 years ago
- sharding-jdbc 分库分表示例☆633Mar 10, 2020Updated 6 years ago
- 基于springboot+sharding-sphere-jdbc+mybatisplus实现按日期 年/月/日 策略进行动态分表兼容配置多数据源,读写分离,主从等,自动添加新表,无需人工操作。☆10Feb 24, 2023Updated 3 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- 借助sharding-sphere实现类似多租户的分库分表☆26Jun 21, 2022Updated 4 years ago
- 分库分表,读写分离、数据分片、数据脱敏(按用户分库、按月份分表)☆26Jun 4, 2021Updated 5 years ago
- generator id by redis lua☆26Apr 26, 2021Updated 5 years ago
- 自定义的spring-boot的feign httpclient starter,为feign替换原生的URLConnection使用httpclient提供简易的配置并集成spring-boot的auto configuration☆16Jun 14, 2017Updated 9 years ago
- 校园二手交易平台后端(springboot+mybatis)☆11Apr 29, 2019Updated 7 years ago
- 主要是为了解决使用spring cloud gateway filter读取dataform类型的数据(multipart)☆18Dec 4, 2018Updated 7 years ago
- rocketmq 是由阿里巴巴开源出来的一个分布式消息服务器,rocketmq是在kafka的基础上进行重构,然后开发出来支撑阿里巴巴双十一高并发量的消息服务器。现在阿里巴巴已经将项目托管到apache基金会。 相较于ActiveMQ、kafka、RabbitMQ等开源…☆11Oct 13, 2020Updated 5 years ago
- squirrel-foundation状态机的demo 版本☆10Jan 30, 2019Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 论坛日志分析系统☆25May 22, 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
- squirrel-foundation实现的状态机demo☆15May 18, 2018Updated 8 years ago
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 4 years ago
- 一个非常强大的监控日志输出框架,支持 SpringAOP 和动态字节码注入两种方式输出方法执行的监控日志,而且包含链路追踪功能,只要一个注解即可开启所有功能☆86Dec 16, 2022Updated 3 years ago
- 电商+大数据+spark机器学习☆17Dec 5, 2017Updated 8 years ago
- maat是一个分布式事务中间件,实现了基于可靠消息的最终一致性事务控制.其可靠消息服务通过独立消息服务方案实现,与业务系统耦合低,目前支持的MQ有RocketMQ☆12Dec 6, 2018Updated 7 years ago
- 一套涵盖大部分核心组件使用的Spring Cloud教程,包含微服务主流架构:包括Spring Cloud Alibaba及分布式事务Seata,全文检索ES,MYSQL同步组件CANAL,消息一致性队列:RabbitMQ和rocketMQ,分布式锁zookeeper及re…☆15Jun 3, 2021Updated 5 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆50Mar 31, 2018Updated 8 years ago
- mgo 代码自动生成器☆14Mar 9, 2018Updated 8 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 9 years ago
- web常见漏洞处理,xss,sql注入,跨域,文件上传,接口暴力,限流实现☆27Jun 17, 2022Updated 4 years ago
- 一个增删改查的idea插件,可以根据数据库表结构,帮助您快速生成dao、service、controller等相关代码。同时支持Mybatis-Plus、MyBatis、JPA。☆11Nov 14, 2021Updated 4 years ago
- 秒杀系统的实现与详解,相关的详细文档请前往GitBook https://gitbook.cn/gitchat/activity/5bff4c9f442cad45a51fee92☆16Oct 29, 2019Updated 6 years ago
- Spring Cloud 实践学习案例,由浅入深一步一步学习 Spring Cloud,是 Spring Cloud 初学者及核心技术巩固的最佳实践。☆271Apr 3, 2023Updated 3 years ago
- 搜索引擎原理实践, java, 多线程异步下载,CompletableFuture,下载,分析,倒排索引。☆15Apr 4, 2019Updated 7 years ago
- 有史以来最全Springboot2.x使用的Elasticsearch的High Level REST Client API使用代码,包括了几乎所有的常用查询API示例。例如索引、分片、 Document APIs、term & terms、match查询、Scroll、d…☆23Jun 17, 2022Updated 4 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.
- seata demo,包括tcc模式(解决了幂等性问题,允许空回滚,拒绝空回滚后的操作),和at模式☆25Dec 13, 2020Updated 5 years ago
- 基于二阶提交理论实现的分布式事务服务框架☆26Dec 24, 2016Updated 9 years ago
- The example for using OpenTelemetry Collector in Java☆12May 4, 2023Updated 3 years ago
- Sharding-Sphere examples☆979Aug 11, 2020Updated 6 years ago
- 基于flink的营销系统☆14Jun 9, 2022Updated 4 years ago
- (用于学习)实现一个简单的消息队列。☆33Nov 16, 2022Updated 3 years ago
- 使用springBoot的AOP切面实现的请求解密响应加密demo☆18Jul 12, 2025Updated last year