spring-boot/spring-boot-docs
Stephane Nicoll b7e7bcf717 Make spring.session.store-type mandatory
Previously, Spring Session would be auto-configured by the mere presence
of Spring Session in the classpath. This was fragile as determining a
store type according to the environment could easily change when the
classpath of the project changes.

This commit makes the store-type property mandatory. If it is not set,
Spring Session is no longer auto-configured.

Closes gh-5838
2016-05-09 08:07:25 +02:00
..
2016-04-16 08:30:56 -07:00