From 20063fbd41c49bd89e132739b2e0e0faa53ec598 Mon Sep 17 00:00:00 2001 From: naah69 Date: Thu, 14 Apr 2022 13:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9Fyml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sa-token-demo/sa-token-demo-oauth2-server/src/main/resources/application.yml b/sa-token-demo/sa-token-demo-oauth2-server/src/main/resources/application.yml index d7527dff..8591934d 100644 --- a/sa-token-demo/sa-token-demo-oauth2-server/src/main/resources/application.yml +++ b/sa-token-demo/sa-token-demo-oauth2-server/src/main/resources/application.yml @@ -16,11 +16,11 @@ spring: # redis配置 redis: # Redis数据库索引(默认为0) - database: 15 + database: 1 # Redis服务器地址 - host: 192.168.101.202 + host: 127.0.0.1 # Redis服务器连接端口 - port: 30068 + port: 6379 # Redis服务器连接密码(默认为空) # password: # 连接超时时间(毫秒)