yudiandemingzi / spring-boot-mybatis-interceptor
mybatis自定义主键插件,通过该插件生成分布式唯一雪花ID作为数据库表的主键。
☆53Updated 2 years ago
Alternatives and similar repositories for spring-boot-mybatis-interceptor:
Users that are interested in spring-boot-mybatis-interceptor are comparing it to the libraries listed below
- SpringCloud + RocketMQ 实现分布式事务(transaction)☆111Updated 2 years ago
- shardingsphere 分库分表、读写分离、数据脱敏、多租户实践案例☆52Updated 2 years ago
- redis实现分布式锁 Spring Boot core for Redisson RedissonLock☆250Updated last year
- swagger自动多模块配置☆18Updated 5 months ago
- fast-cloud-nacos项目致力于打造一个基于nacos为注册中心,结合企业开发习惯,总结的一些基本的实现方式☆228Updated last year
- Springboot + Redis 组件,实现一个分布式接口IP访问限流功能☆21Updated 2 years ago
- SpringBoot 实现微信扫码支付功能☆27Updated 2 years ago
- SpringBoot + Redis布隆过滤器。主要实现以下功能 : 1、几种常用方式判断当前key是否存在的性能进行比较。2、通过Lua脚本批量插入数据到redis布隆过滤器,并校验该数据在布隆过滤器中☆20Updated 3 years ago
- SpringBoot + ShardingSphere 实现读写分离 分库分表☆364Updated 3 years ago
- spring boot 集成redis封装,支 持redis模式: 单点、集群、哨兵操作、分布式锁操作(简单锁、等待锁)☆52Updated 5 years ago
- SpringBoot 整合各类框架和应用☆70Updated 4 years ago
- SSO单点登录只是一个方案,而目前市面上最流行的单端登录系统是由耶鲁大学开发的CAS系统,而由其实现的CAS协议,也成为目前SSO协议中的既定协议,下文中的单点登录协议及结构,均为CAS中的体现结构 CAS协议中有以下几个概念: 1.CAS Client:需要集成单点登…☆76Updated 5 years ago
- validate-springboot-stater , 与spring框架无缝集成的验证框架☆72Updated 3 years ago
- 即开即用的基于SpringBoot的后台管理系统脚手架,已集成权限管理,文件上传,定时任务,邮件中心,监控中心等模块,前后端项目分离开发,技术栈:SpringBoot+Redis+Mybatis+MPPlus+Mysql+Shiro+JWT,适用于学习和小型项目快速启动☆122Updated 5 months ago
- 一个非常强大的监控日志输出框架,支持 SpringAOP 和动态字节码注入两种方式输出方法执行的监控日志,而且包含链路追踪功能,只要一个注解即可开启所有功能☆85Updated 2 years ago
- springboot全局处理(异常+统一)