Use simple Redis repository by default

Closes gh-1711
This commit is contained in:
Eleftheria Stein
2022-03-15 18:36:10 +01:00
committed by Eleftheria Stein-Kousathana
parent 14ecf21c94
commit 8582b9706d
15 changed files with 943 additions and 332 deletions

View File

@@ -14,7 +14,7 @@
<context:annotation-config/>
<bean class="org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration"/>
<bean class="org.springframework.session.data.redis.config.annotation.web.http.RedisIndexedHttpSessionConfiguration"/>
<bean class="docs.http.AbstractHttpSessionListenerTests"
factory-method="createMockRedisConnection"/>