shardingjdbc3.x 整合,实现自定义主键生成,自定义分库分表策略,可扩展,可读性更好
☆88Jul 12, 2025Updated 9 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 分库分表示例☆638Mar 10, 2020Updated 6 years ago
- ☆19Oct 13, 2020Updated 5 years ago
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Elasticsearch_7 基本操作、嵌套查询、MultiSearchTemplateRequest,rangeQuery,父子关系的建立,更新及查询,分页 等☆11Nov 22, 2023Updated 2 years ago
- 分库分表,读写分离、数据分片、数据脱敏(按用户分库、按月份分表)☆27Jun 4, 2021Updated 4 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☆27Apr 26, 2021Updated 4 years ago
- rocketmq 是由阿里巴巴开源出来的一个分布式消息服务器,rocketmq是在kafka的基础上进行重构,然后开发出来支撑阿里巴巴双十一高并发量的消息服务器。现在阿里巴巴已经 将项目托管到apache基金会。 相较于ActiveMQ、kafka、RabbitMQ等开源…☆11Oct 13, 2020Updated 5 years ago
- 数字货币撮合系统 提供接口 撮合发布、撮合取消、撮合mq 消息发布☆40Aug 17, 2018Updated 7 years ago
- 主要是为了解决使用spring cloud gateway filter读取dataform类型的数据(multipart)☆18Dec 4, 2018Updated 7 years ago
- 基于SpringBoot的注解插件,实现了对接口的防重放攻击,校验请求超时,校验请求签名☆18Mar 5, 2019Updated 7 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- 微服务的网关,包含oauth2授权、调用次数限制和服务路由☆13Jan 12, 2017Updated 9 years ago
- 局域网文档在线编辑,基于beego和onlyoffice,fork自3xxx/engineercms☆15Mar 31, 2020Updated 6 years ago
- 校园二手交易平台后端(springboot+mybatis)☆11Apr 29, 2019Updated 6 years ago
- ☆54Aug 8, 2024Updated last year
- SpringBoot项目。 主要是Netty与RabbitMq,包含服务与客户端,编码与解码器;定义了两个线程池一个用于netty,一个用于异步写日志。使用了自定义注解获取相应的handler。同时包含mysql、mongo、redis☆17Jan 28, 2019Updated 7 years ago
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 3 years ago
- 电商+大数据+spark机器学习☆17Dec 5, 2017Updated 8 years ago
- 一个非常强大的监控日志输出框架,支持 SpringAOP 和动态字节码注入两种方式输出方法执行的监控日志,而且包含链路追踪功能,只要一个注解即可开启所有功能☆86Dec 16, 2022Updated 3 years ago
- maat是一个分布式事务中间件,实现了基于可靠消息的最终一致性事务控制.其可靠消息服务通过独立消息服务方案实现,与业务系统耦合低,目前支持的MQ有RocketMQ☆12Dec 6, 2018Updated 7 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- distributed transaction service based on reliable msg,基于可靠消息的柔性分布式事务实现方案。☆124Dec 16, 2023Updated 2 years ago
- ☆11Apr 18, 2019Updated 6 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
- The example for using OpenTelemetry Collector in Java☆12May 4, 2023Updated 2 years ago
- 一个增删改查的idea插件,可以根据数据库表结构,帮助您快速生成dao、service、controller等相关代码。同时支持Mybatis-Plus、MyBatis、JPA。☆11Nov 14, 2021Updated 4 years ago
- 基于flink的营销系统☆14Jun 9, 2022Updated 3 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- XiaoYu 基于 Spring Cloud Alibaba的分布式微服务快速搭建案例,具有统一授权、认证,包含用户管理、资源权限管理(Spring Security + oauth2)、网关API(Gateway)、分布式事务(seata)、分布式任务调度(xxl-job…☆22Jan 11, 2021Updated 5 years ago
- Spring Cloud 实践学习案例,由浅入深一步一步学习 Spring Cloud,是 Spring Cloud 初学者及核心技术巩固的最佳实践。☆271Apr 3, 2023Updated 3 years ago
- seata demo,包括tcc模式(解决了幂等性问题,允许空回滚,拒绝空回滚后的操作),和at模式☆25Dec 13, 2020Updated 5 years ago
- Sharding-Sphere examples☆982Aug 11, 2020Updated 5 years ago
- blog☆11Feb 4, 2026Updated 2 months ago
- 在iview-admin的基础上开发了组织管理、人员管理、菜单管理、角色管理、单点登陆的功能☆18Sep 27, 2018Updated 7 years ago
- 秒杀系统的实现与详解,相关的详细文档请前往GitBook https://gitbook.cn/gitchat/activity/5bff4c9f442cad45a51fee92☆16Oct 29, 2019Updated 6 years ago