Files
spring-session/spring-session-docs/modules/ROOT/nav.adoc
Marcus Da Coregio edfaa4b106 Add Getting Started and Update Nav
Issue gh-2301
2023-05-22 17:12:32 -03:00

30 lines
1.3 KiB
Plaintext

* xref:whats-new.adoc[What's New]
* xref:getting-started.adoc[Getting Started]
** xref:getting-started/using-redis.adoc[Using Redis]
** xref:getting-started/using-jdbc.adoc[Using JDBC]
** xref:getting-started/using-mongodb.adoc[Using MongoDB]
** xref:getting-started/using-hazelcast.adoc[Using Hazelcast]
** xref:getting-started/using-custom-implementation.adoc[Using Your Own Implementation]
* xref:samples.adoc[Samples & Guides (Start Here)]
** Boot Samples
*** HttpSession
**** Redis
***** {gh-samples-url}spring-session-sample-boot-redis-json[JSON serialization]
***** 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: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]