File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
spring-session-docs/src/docs/asciidoc/guides Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ spring.session.store-type=jdbc # Session store type.
52
52
----
53
53
====
54
54
55
+ If a single Spring Session module is present on the classpath, Spring Boot uses that store implementation automatically.
56
+ If you have more than one implementation, you must choose the StoreType that you wish to use to store the sessions, as shows above.
57
+
55
58
Under the hood, Spring Boot applies configuration that is equivalent to manually adding the `@EnableJdbcHttpSession` annotation.
56
59
This creates a Spring bean with the name of `springSessionRepositoryFilter`. That bean implements `Filter`.
57
60
The filter is in charge of replacing the `HttpSession` implementation to be backed by Spring Session.
You can’t perform that action at this time.
0 commit comments