Files
spring-session/spring-session-docs/modules/ROOT/nav.adoc
Marcus Hert Da Coregio 702eaf8b6f Add JDBC to nav
Issue gh-2827
2024-03-01 15:59:04 -03:00

36 lines
1.5 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]
***** 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
*** xref:guides/java-custom-cookie.adoc[Custom Cookie]
*** xref:guides/java-redis.adoc[Redis]
*** xref:guides/java-jdbc.adoc[JDBC]
*** xref:guides/java-hazelcast.adoc[Hazelcast]
*** xref:guides/java-rest.adoc[REST]
*** xref:guides/java-security.adoc[Spring Security]
** XML Configuration
*** xref:guides/xml-redis.adoc[Redis]
*** xref:guides/xml-jdbc.adoc[JDBC]
* xref:configurations.adoc[Configurations]
** xref:configuration/redis.adoc[Redis]
** xref:configuration/jdbc.adoc[JDBC]
** xref:configuration/common.adoc[Common Configurations]
* 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]