# springboot-examples **Repository Path**: code_wd/springboot-examples ## Basic Information - **Project Name**: springboot-examples - **Description**: spring boot 集成各技术案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-examples spring boot 集成各技术案例 知识共享协议(CC协议) [![Stargazers over time](https://starchart.cc/haoxiaoyong1014/springboot-examples.svg)](https://starchart.cc/haoxiaoyong1014/springboot-examples) 2018/5/24 添加 springboot-rabbitMQ(消息队列) 2018/6/12 添加 springboot-redis-docker(Docker 部署 SpringBoot 项目整合 Redis 镜像做访问计数Demo) 2018/6/13 添加 springboot-web-thymeleaf (springboot整合thymeleaf) 2018/6/20 添加 springboot2-oauth2(springBoot版本:2.0.1.RELEASE) **springboot2-oauth2 包括:** * springboot-oauth2-authorization-server(springboot整合OAuth2.0认证服务), * springboot-oauth2-resource-server(资源服务) 2018/6/30 添加 springboot-mybatis-ehcache (使用EhcacheCache做二级缓存,使用pageHelper做分页插件) 2018/7/14 添加 springboot-websocket (在线人数统计,消息发送,一对一,一对多发送消息) 2018/8/10 添加 springboot-shrio(基础版) 2018/8/13 添加 springboot-shiro-v1.2.0(加强版) 2018/9/28 添加 springboot-quartz(任务调度,持久化任务) 2018/10/15 添加 springboot-SpringDataJpa(Spring Data JPA 使用) 2018/10/20 添加 springboot-netty(springboot整合netty做心跳检测) 2018/11/29 添加 springboot2-redis(springboot2x系列整合Redis(Lettuce版)) 2019/2/20 添加 springboot-fastDFS(springboot-fastDFS) 2019/3/12 添加 global-exception(global-exception(Spring全局异常处理)) 2019/5/11 添加 springboot-mongodb(springboot-mongodb(springboot整合mongodb)) 2019/5/31 添加 springboot-login-Interceptor(springboot拦截器整合JWT做验证token,以及token过期解决方案) 2019/6/24 添加 springboot-druid(使用阿里巴巴提供的springboot整合druid包管理连接池) 2019/7/30 添加 springboot-easyexcel-encapsulation(对阿里巴巴easyexcel导入导出excel文件进行封装) 2019/9/08 添加 strategy-aop(AOP+自定义注解+策略模式 记录操作日志,避免过多的 if else) 2019/10/15 添加 chat-software( 基于Netty Spring Boot仿微信聊天项目) 2020/1/11 添加 distributed-job(spring-boot整合xxl-job,手动触发定时任务) 2020/2/29 添加 mybatis-plus-example(springboot整合mybatis-plus) 2020/3/20 添加 okay-spring-boot-starter(从SpringBoot源码到自己封装一个Starter) 2020/5/08 添加 springboot-threadpool(SpringBoot 使用线程池-线程池隔离) 2020/5/14 添加 springboot-swagger-enhance(SpringBoot集成第三方swagger美化文档样式) # springboot-redis-example(redis系列) 2018/6/12 添加 springboot-redis-docker(Docker 部署 SpringBoot 项目整合 Redis 镜像做访问计数(PV)Demo) 2018/07/27 添加springboot-redis-ranking (基于Redis实现商品排行榜) 2018/08/01 添加 springboot-redis-fridends (基于Redis实现查询共同好友, 结合前端vue.js,前端项目地址: common-friends) 2018/11/16 添加 redis-manage(Redis的后台管理,结合前端项目redis-manage-view) 2019/8/16 添加 springboot-idempotent(springboot + redis + 注解 + 拦截器 实现接口幂等性校验) 2019/9/14 添加 springboot-mybatis-redis-cache(使用redis做二级缓存) 2019/10/29添加 [Redis专题(七)--基于Sentinel(哨兵)搭建实现Redis高可用集群](https://haoxiaoyong.cn/2019/10/29/2019/2019-12-03-redis-master-slave/) 持续更新中....