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 f2d1c38 commit 82db2a8Copy full SHA for 82db2a8
README
@@ -1,4 +1,4 @@
1
-# SpringBootDemo
+⭐️ SpringBootDemo
2
本代码集成了SpringBoot+MyBatis+Redis+MySql。
3
最新的部分经网友指正已经把冗余的代码去掉了,大家clone到本地后直接转成maven项目应该就可以运行了,项目中使用到的数据库表如下
4
@@ -16,5 +16,16 @@ CREATE TABLE `user_info` (
16
-- ----------------------------
17
-- Records of user_info
18
19
-INSERT INTO `user_info` VALUES ('1', 'xiaour', '1231');
+INSERT INTO `user_info` VALUES ('1', 'xiaour', '18');
20
+
21
+⭐️ SpringBootDemoV2
22
+代码主要和SpringBootDemo的区别是使用了Springboot2.0
23
24
+⭐️ SpringBootKafkaDemo
25
+Springboot2.0继承了Kafka消息中间件
26
27
+⭐️ SpringBootRocketMqDemo
28
+Springboot2.0继承了RocketMQ4.3消息中间件
29
30
31
0 commit comments