spring-projects-experimental/spring-fu

Add Spring Session Support

Opened this issue · 1 comments

Add a simple DSL to enable Spring Session(both webmvc and webflux).

  1. specify backend(Map, Redis, Mongo, JDBC)
  2. session resolver(cookie, header, or both in sequential )

As explained in https://spring.io/blog/2020/05/28/spring-fu-0-3-0-and-beyond our focus is more on getting the architecture and APIs right before expanding the scope of the features supported, thanks to be patient ;-)