diff --git a/yudao-module-system/yudao-module-system-biz/src/main/resources/application-dev.yaml b/yudao-module-system/yudao-module-system-biz/src/main/resources/application-dev.yaml index 0aa9637..aa84850 100644 --- a/yudao-module-system/yudao-module-system-biz/src/main/resources/application-dev.yaml +++ b/yudao-module-system/yudao-module-system-biz/src/main/resources/application-dev.yaml @@ -69,8 +69,8 @@ spring: redis: host: 192.168.1.103 # 地址 port: 6379 # 端口 - database: 1 # 数据库索引 - password: redis_r2GyW5 # 密码,建议生产环境开启 + database: 1 # 数据库索引 + password: redis_r2GyW5 # 密码,建议生产环境开启 --- #################### MQ 消息队列相关配置 ####################