Extract spring-session-jdbc

Issue gh-806
This commit is contained in:
Rob Winch
2017-06-16 15:52:01 -05:00
parent c28f047eb5
commit 043cb42149
35 changed files with 15 additions and 9 deletions

View File

@@ -856,14 +856,14 @@ For example, with PostgreSQL database you would use the following schema script:
[source,sql,indent=0]
----
include::{session-main-resources-dir}org/springframework/session/jdbc/schema-postgresql.sql[]
include::{session-jdbc-main-resources-dir}org/springframework/session/jdbc/schema-postgresql.sql[]
----
And with MySQL database:
[source,sql,indent=0]
----
include::{session-main-resources-dir}org/springframework/session/jdbc/schema-mysql.sql[]
include::{session-jdbc-main-resources-dir}org/springframework/session/jdbc/schema-mysql.sql[]
----
==== Transaction management