commit | f71771c05b2294e1431147b4b1bd811f3e1c91d3 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周六 7月 06 16:11:30 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周三 7月 10 10:19:11 2019 +0800 |
tree | 6683c239d427c9d6f4359fa874f349c9d64a7f72 | |
parent | d1b1a59c10472c221b6a0ddaca4e02c41e2c8e8c [diff] [blame] |
chore: 修改了redis配置,采用 RedisProperties 读取配置
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8776e42..cee20f1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -31,3 +31,5 @@ ################################################ # user password auth.password.bcrypt.length=10 +################################################### +spring.redis.database=0 \ No newline at end of file