Skip to content

Commit 82db2a8

Browse files
authored
Update README
1 parent f2d1c38 commit 82db2a8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SpringBootDemo
1+
⭐️ SpringBootDemo
22
本代码集成了SpringBoot+MyBatis+Redis+MySql。
33
最新的部分经网友指正已经把冗余的代码去掉了,大家clone到本地后直接转成maven项目应该就可以运行了,项目中使用到的数据库表如下
44

@@ -16,5 +16,16 @@ CREATE TABLE `user_info` (
1616
-- ----------------------------
1717
-- Records of user_info
1818
-- ----------------------------
19-
INSERT INTO `user_info` VALUES ('1', 'xiaour', '1231');
19+
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+
2031

0 commit comments

Comments
 (0)