Merge branch '3.0.x' into 3.1.x
Closes gh-2336
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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].
|
||||
@@ -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].
|
||||
|
||||
@@ -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].
|
||||
|
||||
@@ -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].
|
||||
|
||||
Reference in New Issue
Block a user