From fd7e88a51893ca0290db9c869bff36f5cbecbe94 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 21 Dec 2020 10:26:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=96=B0?= =?UTF-8?q?=E5=A2=9Eredis=E6=95=B0=E6=8D=AE=E5=BA=93=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 79af932..c595ae1 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -60,10 +60,10 @@ spring: redis: # 地址 host: localhost - # 设置不同的库,默认值为0,redis默认16个,即0到15 - database: 0 # 端口,默认为6379 port: 6379 + # 数据库索引 + database: 0 # 密码 password: # 连接超时时间