Update documentation styling

Upgrade spring-build-conventions to 0.0.28.RELEASE

Resolves: #1585
This commit is contained in:
Eleftheria Stein
2020-03-02 15:25:58 -05:00
parent 0318f6e2c1
commit d8f160c178
15 changed files with 89 additions and 14 deletions

View File

@@ -1,11 +1,17 @@
= Spring Session - Spring Boot
Rob Winch, Vedran Pavić
:toc:
:toc: left
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide describes how to use Spring Session to transparently leverage a relational database to back a web application's `HttpSession` when you use Spring Boot.
NOTE: You can find the completed guide in the <<httpsession-jdbc-boot-sample, httpsession-jdbc-boot sample application>>.
[#index-link]
link:../index.html[Index]
== Updating Dependencies
Before you use Spring Session, you must update your dependencies.