Skip to content

Commit 5bb7ed8

Browse files
authored
Update README.md
1 parent 2d4b1b7 commit 5bb7ed8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
springboot-learn 这个工程为IDEA创建的Empty Project工程,其余子工程之间互不干涉,clone之后可以更改一下maven的配置即可。
66

7-
# 基础框架
7+
## 基础框架
88

99
基础框架:springboot 2.1.3.RELEASE
1010

@@ -16,9 +16,7 @@ springboot-learn 这个工程为IDEA创建的Empty Project工程,其余子工
1616

1717
数据库:MySQL 5.7
1818

19-
# 模块概述
20-
21-
源码地址Github:https://github.com/Tellsea/springboot-learn
19+
## 基础篇
2220

2321
| 名称 | 博文地址 | 源码地址 |
2422
|:--|:--|:--|
@@ -31,7 +29,7 @@ springboot-learn 这个工程为IDEA创建的Empty Project工程,其余子工
3129
| SpringBoot 配置 Swagger2 实现 restfull风格 API 文档 | | [源码](https://github.com/Tellsea/springboot-learn/tree/master/springboot-swagger2) |
3230
| SpringBoot 配置 Thymeleaf 页面静态化 | | [源码](https://github.com/Tellsea/springboot-learn/tree/master/springboot-thymeleaf-static) |
3331

34-
# SpringBoot 整合
32+
## 整合篇
3533

3634
### 持久层
3735

@@ -78,15 +76,16 @@ springboot-learn 这个工程为IDEA创建的Empty Project工程,其余子工
7876
| SpringBoot 整合 Easypoi 打印报表 | 链接 | [链接](https://github.com/Tellsea/springboot-learn/tree/master/springboot-easypoi)|
7977
| SpringBoot 整合 RabbitMQ 消息中间件 | 链接 | [链接](https://github.com/Tellsea/springboot-learn/tree/master/springboot-rabbitmq)|
8078
| SpringBoot 整合 WebSocket 聊天案例 | 链接 | [链接](https://github.com/Tellsea/springboot-learn/tree/master/springboot-websocket)|
79+
| SpringBoot 使用 Echars 实现数据可视化 | 链接 | [链接](https://github.com/Tellsea/springboot-learn/tree/master/springboot-echarts)|
8180

82-
# 注意事项
81+
## 注意事项
8382

8483
每次学习前请先使用git更新项目,避免产生只是新旧代码问题。
8584

8685
一些工程的测试方法在springboot的测试类中,比如:mybatis的通用mapper,CRUD的方法在测试类中测试的。
8786

8887
**我不管,看了就 Star**
8988

90-
# 交流学习
89+
## 交流学习
9190
![在这里插入图片描述](https://github.com/Tellsea/springboot-learn/blob/master/doc/images/emoticon1.jpg)
9291
![交流学习](https://github.com/Tellsea/springboot-learn/blob/master/doc/images/qq-group.png)

0 commit comments

Comments
 (0)