File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ MIT] ( https://img.shields.io/github/license/xkcoding/spring-boot-demo.svg )] ( https://github.com/xkcoding/spring-boot-demo/blob/master/LICENSE ) [ ![ GitHub stars] ( https://img.shields.io/github/stars/xkcoding/spring-boot-demo.svg?style=flat&label=Star )] ( https://github.com/xkcoding/spring-boot-demo/stargazers ) [ ![ GitHub forks] ( https://img.shields.io/github/forks/xkcoding/spring-boot-demo.svg?style=flat&label=Fork )] ( https://github.com/xkcoding/spring-boot-demo/fork ) [ ![ GitHub watchers] ( https://img.shields.io/github/watchers/xkcoding/spring-boot-demo.svg?style=flat&label=Watch )] ( https://github.com/xkcoding/spring-boot-demo/watchers )
4
4
5
- spring boot demo 是一个用来学习 spring boot 的项目,总共包含 **`47`** 个集成demo,已经完成 **`37 `** 个。包含集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate、JPA(ORM框架)、mybatis(ORM框架)、通用Mapper、PageHelper、mybatis-plus、BeetlSQL、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、email(发送各种类型邮件)、task(基础定时任务)、quartz(动态管理定时任务)、swagger(API接口管理测试)、security(基于RBAC的动态权限认证)、Session共享、Zookeeper(结合AOP实现分布式锁)、websocket(服务端推送监控服务器运行信息)、socket.io(聊天室)、ureport2(中国式报表)、打包成war文件、集成 ElasticSearch(基本操作和高级查询)、集成Dubbo(采用官方的starter)、MongoDB(文档数据库)、neo4j(图数据库)、docker(容器化)。
5
+ spring boot demo 是一个用来学习 spring boot 的项目,总共包含 **`47`** 个集成demo,已经完成 **`38 `** 个。包含集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate、JPA(ORM框架)、mybatis(ORM框架)、通用Mapper、PageHelper、mybatis-plus、BeetlSQL、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、email(发送各种类型邮件)、task(基础定时任务)、quartz(动态管理定时任务)、swagger(API接口管理测试)、security(基于RBAC的动态权限认证)、Session共享、Zookeeper(结合AOP实现分布式锁)、websocket(服务端推送监控服务器运行信息)、socket.io(聊天室)、ureport2(中国式报表)、打包成war文件、集成 ElasticSearch(基本操作和高级查询)、Async(异步任务 )、集成Dubbo(采用官方的starter)、MongoDB(文档数据库)、neo4j(图数据库)、docker(容器化)。
6
6
7
7
> 如果大家还有想要集成的demo,也可在 [ issue] ( https://github.com/xkcoding/spring-boot-demo/issues/new ) 里提需求。我会额外添加在 [ TODO] ( ./TODO.md ) 列表里。✊
8
8
@@ -239,7 +239,7 @@ spring boot demo 是一个用来学习 spring boot 的项目,总共包含 **`4
239
239
| [ spring-boot-demo-uflo] ( ./spring-boot-demo-uflo ) | <span style =" color :pink ;" >待完成</span > |
240
240
| [ spring-boot-demo-urule] ( ./spring-boot-demo-urule ) | <span style =" color :pink ;" >待完成</span > |
241
241
| [ spring-boot-demo-activiti] ( ./spring-boot-demo-activiti ) | <span style =" color :pink ;" >待完成</span > |
242
- | [ spring-boot-demo-async] ( ./spring-boot-demo-async ) | < span style = " color : pink ; " >待完成</ span > |
242
+ | [ spring-boot-demo-async] ( ./spring-boot-demo-async ) | spring-boot 使用原生提供的异步任务支持,实现异步执行任务 |
243
243
| [ spring-boot-demo-war] ( ./spring-boot-demo-war ) | spring-boot 打成 war 包的配置 |
244
244
| [ spring-boot-demo-elasticsearch] ( ./spring-boot-demo-elasticsearch ) | spring-boot 集成 ElasticSearch,集成 ` spring-boot-starter-data-elasticsearch ` 完成对 ElasticSearch 的高级使用技巧,包括创建索引、配置映射、删除索引、增删改查基本操作、复杂查询、高级查询、聚合查询等 |
245
245
| [ spring-boot-demo-dubbo] ( ./spring-boot-demo-dubbo ) | spring-boot 集成 Dubbo,分别为公共模块 ` spring-boot-demo-dubbo-common ` 、服务提供方` spring-boot-demo-dubbo-provider ` 、服务调用方` spring-boot-demo-dubbo-consumer ` |
You can’t perform that action at this time.
0 commit comments