commit | 02f5ce6a8c532e4348accd2da9c2d411a68f70ed | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周六 7月 06 16:11:30 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周一 7月 08 13:12:54 2019 +0800 |
tree | 56a70b9b5745bfca8c647993fe3abb9a0feb54f1 | |
parent | 8b70bab6bcfbe3d88a943aeee259bfbf275b9d72 [diff] |
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