File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
springboot-learn 这个工程为IDEA创建的Empty Project工程,其余子工程之间互不干涉,clone之后可以更改一下maven的配置即可。
6
6
7
- # 基础框架
7
+ ## 基础框架
8
8
9
9
基础框架:springboot 2.1.3.RELEASE
10
10
@@ -16,9 +16,7 @@ springboot-learn 这个工程为IDEA创建的Empty Project工程,其余子工
16
16
17
17
数据库:MySQL 5.7
18
18
19
- # 模块概述
20
-
21
- 源码地址Github:https://github.com/Tellsea/springboot-learn
19
+ ## 基础篇
22
20
23
21
| 名称 | 博文地址 | 源码地址 |
24
22
| :--| :--| :--|
@@ -31,7 +29,7 @@ springboot-learn 这个工程为IDEA创建的Empty Project工程,其余子工
31
29
| SpringBoot 配置 Swagger2 实现 restfull风格 API 文档 | | [ 源码] ( https://github.com/Tellsea/springboot-learn/tree/master/springboot-swagger2 ) |
32
30
| SpringBoot 配置 Thymeleaf 页面静态化 | | [ 源码] ( https://github.com/Tellsea/springboot-learn/tree/master/springboot-thymeleaf-static ) |
33
31
34
- # SpringBoot 整合
32
+ ## 整合篇
35
33
36
34
### 持久层
37
35
@@ -78,15 +76,16 @@ springboot-learn 这个工程为IDEA创建的Empty Project工程,其余子工
78
76
| SpringBoot 整合 Easypoi 打印报表 | 链接 | [ 链接] ( https://github.com/Tellsea/springboot-learn/tree/master/springboot-easypoi ) |
79
77
| SpringBoot 整合 RabbitMQ 消息中间件 | 链接 | [ 链接] ( https://github.com/Tellsea/springboot-learn/tree/master/springboot-rabbitmq ) |
80
78
| 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 ) |
81
80
82
- # 注意事项
81
+ ## 注意事项
83
82
84
83
每次学习前请先使用git更新项目,避免产生只是新旧代码问题。
85
84
86
85
一些工程的测试方法在springboot的测试类中,比如:mybatis的通用mapper,CRUD的方法在测试类中测试的。
87
86
88
87
** 我不管,看了就 Star**
89
88
90
- # 交流学习
89
+ ## 交流学习
91
90
![ 在这里插入图片描述] ( https://github.com/Tellsea/springboot-learn/blob/master/doc/images/emoticon1.jpg )
92
91
![ 交流学习] ( https://github.com/Tellsea/springboot-learn/blob/master/doc/images/qq-group.png )
You can’t perform that action at this time.
0 commit comments