An open API service indexing awesome lists of open source software.

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 使用实例

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)