Skip to content

Commit 1a138e2

Browse files
authored
Update README
1 parent dcb6878 commit 1a138e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README

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

5+
1.修改了application.yml中未使用原生配置项的问题
6+
7+
2.redis的配置可以使用redisTemplate,也可以使用RedisConfig和RediscoverUtil,两者并没有太大区别,只是RedisTemplate用借口的形式。
58
-- ----------------------------
69
-- Table structure for `user_info`
710
-- ----------------------------
@@ -16,5 +19,5 @@ CREATE TABLE `user_info` (
1619
-- ----------------------------
1720
-- Records of user_info
1821
-- ----------------------------
19-
INSERT INTO `user_info` VALUES ('1', 'xiaour', '1231');
22+
INSERT INTO `user_info` VALUES ('1', 'xiaour', '25');
2023

0 commit comments

Comments
 (0)