From 6cf5df7ca7c26c7aa657f5b9f1a93ce1311a7c97 Mon Sep 17 00:00:00 2001 From: Rebwon Date: Thu, 21 Oct 2021 12:39:13 +0900 Subject: [PATCH] refactor yml --- src/main/resources/application.yml | 4 ++++ src/test/resources/application-test.yml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c1871ff..de7384e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,2 +1,6 @@ server: port: 18000 + +spring: + session: + store-type: redis diff --git a/src/test/resources/application-test.yml b/src/test/resources/application-test.yml index 727124c..3bdaecf 100644 --- a/src/test/resources/application-test.yml +++ b/src/test/resources/application-test.yml @@ -10,8 +10,6 @@ spring: timeout: 5000 starttls: enable: true - session: - store-type: redis redis: host: localhost