https://github.com/telzhou618/spring-boot-demos
springboot 使用实例
https://github.com/telzhou618/spring-boot-demos
atomikos-jta distributed-locks jwt mybatis sharding-jdbc springboot springboot-demo translation
Last synced: 3 months ago
JSON representation
springboot 使用实例
- Host: GitHub
- URL: https://github.com/telzhou618/spring-boot-demos
- Owner: telzhou618
- Created: 2020-03-09T12:43:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T15:37:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T20:49:57.539Z (over 1 year ago)
- Topics: atomikos-jta, distributed-locks, jwt, mybatis, sharding-jdbc, springboot, springboot-demo, translation
- Language: Java
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-demos
## SpringBoot 入门实例
- [SpringBoot Actuator健康检查实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-actuator)
- [SpringBoot AOP实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-aop)
- [SpringBoot Cors跨域配置](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-cors)
- [SpringBoot 自定义Start实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-custom-start)
- [SpringBoot 日期自定转换实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-date-formatter)
- [SpringBoot 阿里巴巴EasyExcel报表导入导出实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-excel-import)
- [SpringBoot Freemarker 模板实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-freemarker)
- [SpringBoot Mybatis之tk-mybatis实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-mybatis-crud)
- [SpringBoot Mybatis之mybatis-plus实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-mybatis-plus)
- [StringBoot 拦截器Interceptor 实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-interceptor)
- [SpringBoot RestTemplate实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-resttemplate)
- [SpringBoot RSS 实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-rss-feed)
- [SpringBoot Undertow Web容器实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-undertow)
- [SpringBoot Validate 参数校验实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-validate)
- [SpringBoot Webflux 编程实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-webflux)
- [SpringBoot 接入极验(geetest)实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-geetest)
- [SpringBoot 阿里巴巴Sentinel实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-sentinel-demo)
- [SpringBoot event 事件](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-event-demo)
- [SpringBoot 整合swagger3.0实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-swagger-docs-demo)
## SpringBoot 分布式实例
- [SpringBoot 分布式锁](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-distributed-lock)
- [SpringBoot 基于Redis的分布式锁](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-distributed-lock-redis)
- [SpringBoot 基于Zookeeper的分布式锁](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-distributed-lock-zookeeper)
- [SpringBoot 基于Atomikos的分布式事务](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-distributed-transaction-jta-atomikos)
- [SpringBoot 分库分表Sharding实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-sharding-jdbc)
- [SpringBoot 分布式Token JWT实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-jwt)
- [SpringBoot 分布式定时任务Elastic-job实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-elastic-job)
- [SpringBoot Oauth2 实现github授权登录实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-oauth2-demo)
- [SpringBoot 接入Apollo分布式配置中心实例](https://github.com/telzhou618/spring-boot-demos/tree/master/springboot-apollo)