Remove Spring Session Mongo support
Remove auto-configuration support for Spring Session Mongo since it is no longer supported in Spring Session 2.0. See gh-9011
This commit is contained in:
committed by
Phillip Webb
parent
30eba451d9
commit
33dd9d6d84
@@ -414,7 +414,6 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.session.jdbc.initializer.enabled= # Create the required session tables on startup if necessary. Enabled automatically if the default table name is set or a custom schema is configured.
|
||||
spring.session.jdbc.schema=classpath:org/springframework/session/jdbc/schema-@@platform@@.sql # Path to the SQL file to use to initialize the database schema.
|
||||
spring.session.jdbc.table-name=SPRING_SESSION # Name of database table used to store sessions.
|
||||
spring.session.mongo.collection-name=sessions # Collection name used to store sessions.
|
||||
spring.session.redis.flush-mode=on-save # Sessions flush mode.
|
||||
spring.session.redis.namespace= # Namespace for keys used to store sessions.
|
||||
spring.session.store-type= # Session store type.
|
||||
|
||||
@@ -5138,7 +5138,6 @@ classes for more details.
|
||||
Spring Boot provides Spring Session auto-configuration for a wide range of stores:
|
||||
|
||||
* JDBC
|
||||
* MongoDB
|
||||
* Redis
|
||||
* Hazelcast
|
||||
* HashMap
|
||||
|
||||
Reference in New Issue
Block a user