We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940d0e4 commit 36fd462Copy full SHA for 36fd462
README.md
@@ -12,7 +12,8 @@
12
13
⭐️ SpringBootDemo
14
本代码集成了SpringBoot+MyBatis+Redis+MySql。
15
-最新的部分经网友指正已经把冗余的代码去掉了,大家clone到本地后直接转成maven项目应该就可以运行了,项目中使用到的数据库表如下
+最新的部分经网友指正已经把冗余的代码去掉了,代码部分和配置文件部分都有相关的注释;
16
+git clone 到本地后就可以运行了,项目中使用到的数据库表如下
17
18
```sql
19
-- ----------------------------
@@ -43,6 +44,9 @@ Springboot2.0继承了Kafka消息中间件
43
44
⭐️ SpringBootRocketMqDemo
45
Springboot2.0继承了RocketMQ4.3消息中间件
46
47
+⭐️ SpringWebfluxDemo
48
+Webflux Spring异步编程。
49
+
50
51
---------------------------------
52
有兴趣的朋友可以关注一下最新开源的
0 commit comments