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