Files
spring-session/samples/boot
Rob Winch 865e381c7c Move Embedded Redis classes to org.springframework.session.redis.embedded
This prevents the embedded redis from being picked up in ComponentScan
in any of the samples unless the @EnableEmebeddedRedis annotation is used.

Polish gh-184
2015-04-14 21:59:19 -05:00
..
2015-04-09 17:02:56 -05:00
2014-12-12 12:56:19 -06:00

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