* Migrate the module's code back into this project. * Fold the documentation in. * Update to current Gradle conventions. * Reformat to match styling.
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
* xref:whats-new.adoc[What's New]
|
|
* xref:samples.adoc[Samples & Guides (Start Here)]
|
|
** Boot Samples
|
|
*** HttpSession
|
|
**** Redis
|
|
***** {gh-samples-url}spring-session-sample-boot-redis-json[JSON serialization]
|
|
***** {gh-samples-url}spring-session-sample-boot-redis-simple[Simple Redis]
|
|
***** xref:guides/boot-redis.adoc[Redis with Events]
|
|
**** xref:guides/boot-mongo.adoc[MongoDB]
|
|
**** xref:guides/boot-jdbc.adoc[JDBC]
|
|
**** {gh-samples-url}spring-session-sample-boot-hazelcast[HttpSession with Hazelcast]
|
|
*** xref:guides/boot-findbyusername.adoc[Find by Username]
|
|
*** xref:guides/boot-websocket.adoc[WebSockets]
|
|
** WebFlux
|
|
*** {gh-samples-url}spring-session-sample-boot-webflux[Redis]
|
|
*** xref:guides/boot-webflux-custom-cookie.adoc[Custom Cookie]
|
|
** Java Configuration
|
|
** XML Configuration
|
|
* xref:modules.adoc[Modules]
|
|
* xref:http-session.adoc[HttpSession Integration]
|
|
* xref:web-socket.adoc[WebSocket Integration]
|
|
* xref:web-session.adoc[WebSession Integration]
|
|
* xref:spring-security.adoc[Spring Security Integration]
|
|
* xref:api.adoc[API Documentation]
|
|
* xref:upgrading.adoc[Upgrading]
|