| Class | Description |
|---|---|
| JdbcHttpSessionConfiguration |
Spring @Configuration class used to configure and initialize a JDBC based HttpSession
provider implementation in Spring Session.
|
| Annotation Type | Description |
|---|---|
| EnableJdbcHttpSession |
Add this annotation to an
@Configuration class to expose the
SessionRepositoryFilter as a bean named "springSessionRepositoryFilter" and backed by a
relational database. |