Merge branch '3.0.x' into 3.1.x

Closes gh-2336
This commit is contained in:
Marcus Da Coregio
2023-06-23 13:45:12 -03:00
7 changed files with 18 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
** 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:getting-started/using-custom-session-repository.adoc[Using Your Own Session Repository]
* xref:samples.adoc[Samples & Guides (Start Here)]
** Boot Samples
*** HttpSession

View File

@@ -19,4 +19,4 @@ Now that you have chosen the persistence store that best fit your needs, you can
- xref:getting-started/using-jdbc.adoc[I want to use JDBC]
- xref:getting-started/using-hazelcast.adoc[I want to use Hazelcast]
- xref:getting-started/using-mongodb.adoc[I want to use MongoDB]
- xref:getting-started/using-custom-implementation.adoc[I want to use my own implementation]
- xref:getting-started/using-custom-session-repository.adoc[I want to use my own implementation]

View File

@@ -0,0 +1,4 @@
[[using-custom-session-repository]]
= Using Spring Session with Custom Session Repository
This section is still a work in progress, please refer to this xref:api.adoc#custom-sessionrepository[other section].

View File

@@ -0,0 +1,4 @@
[[using-hazelcast]]
= Using Spring Session with Hazelcast
This section is still a work in progress, please refer to this xref:http-session.adoc#httpsession-hazelcast[other section].

View File

@@ -0,0 +1,4 @@
[[using-jdbc]]
= Using Spring Session with JDBC
This section is still a work in progress, please refer to this xref:guides/boot-jdbc.adoc[other section].

View File

@@ -0,0 +1,4 @@
[[using-mongodb]]
= Using Spring Session with MongoDB
This section is still a work in progress, please refer to this xref:guides/boot-mongo.adoc[other section].