From 146b1d067c201fd28a30b35c73ba75edf1cf85e0 Mon Sep 17 00:00:00 2001 From: dushitaoyuan Date: Wed, 10 Feb 2021 22:06:46 +0800 Subject: [PATCH] add --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7bec918..0659031 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,9 +4,9 @@ logging.path=d://logs spring.redis.database=0 -spring.redis.host=172.16.0.32 +spring.redis.host=localhost spring.redis.port=6379 -spring.redis.password=guoruiredis +spring.redis.password= server.servlet.session.timeout=1800