spring-fu icon indicating copy to clipboard operation
spring-fu copied to clipboard

Add Spring Session Support

Open hantsy opened this issue 5 years ago • 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 )

hantsy avatar Feb 10 '20 06:02 hantsy

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 ;-)

sdeleuze avatar May 28 '20 13:05 sdeleuze