移除基础配置里冗余的 redis 连接项
这些值与 Spring Boot 的默认值一致(127.0.0.1:6379 / db 0 / 空密码), 生产环境由 application-prod.yml 覆盖,删掉不改变行为。
This commit is contained in:
@@ -49,11 +49,6 @@ spring:
|
||||
mvc:
|
||||
async:
|
||||
request-timeout: 600000
|
||||
redis:
|
||||
database: 0
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password:
|
||||
|
||||
# 邮件服务器配置
|
||||
mail:
|
||||
|
||||
Reference in New Issue
Block a user