0

I am looking Spring Boot + Spring Social + Spring Session(Redis) example.Does anybody have link?

Spring Boot 1.2.3-Release and latest social + Spring security

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
Raw_man
  • 19
  • 2
  • Check [here](http://drissamri.be/blog/2015/05/21/spring-security-and-spring-session/) for Spring Session with Redis and [here](https://github.com/spring-projects/spring-social-samples/tree/master/spring-social-showcase-boot) for Spring Social with Boot. Otherwise, just [Google](https://www.google.co.za/search?q=Spring+Boot+%2B+Spring+Social+%2B+Spring+Session&oq=Spring+Boot+%2B+Spring+Social+%2B+Spring+Session) – Donovan Muller May 25 '15 at 05:12
  • There isn't going to be a tutorial for every possible combinations of frameworks out there. Check the spring social sample, add the spring session sample and you should be good to go. – M. Deinum May 25 '15 at 07:34
  • There is an example using Spring Boot + Spring Session + Spring Security. Here you [go](https://spring.io/blog/2015/01/12/spring-and-angular-js-a-secure-single-page-application). I would follow @M.Deinum 's advice, start with a few basic components and keep adding other components later on. Good luck. – FFL May 25 '15 at 08:29