Files
spring-session/samples/boot/jdbc
Vedran Pavic 5845a9c46a Improve dependency management
This commit improves dependency management with the following changes:

 - `spring-session-core`: move `javax.servlet-api` from `provided` to `optional` configuration due to introduction of reactive support
 - `spring-session-data-redis`: remove Redis driver from `compile` configuration
 - Boot samples: delegate Redis driver choice to `spring-boot-starter-data-redis`
 - polish `test` configuration dependencies
2017-07-06 17:05:01 -05:00
..
2017-05-30 22:37:36 +02:00
2017-01-16 16:05:36 -06:00

Demonstrates using Spring Session with Spring Boot and Spring Security. You can log in with the username "user" and the password "password".