update ruoyi-admin/src/main/resources/application.yml.

This commit is contained in:
youhandsome 2022-01-20 10:23:57 +00:00 committed by Gitee
parent dccb3ac6c6
commit 5e891a42c2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -62,13 +62,14 @@ spring:
# redis 配置
redis:
# 地址
host: localhost
host: 127.0.0.1
# 端口默认为6379
port: 6379
# 数据库索引
database: 0
# 密码
password:
password:12345
# 连接超时时间
timeout: 10s
lettuce: