Add Spring Boot Starter modules for Spring Session using either Apache Geode or Pivotal GemFire (Pivotal Cloud Cache) as the (HTTP) Session state management provider.
Resolves gh-38.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
description = "Spring Boot Starter for Spring Session using Pivotal GemFire"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile(project(':spring-gemfire-starter'))
|
||||
|
||||
compile 'org.springframework.session:spring-session-data-gemfire'
|
||||
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
description = "Spring Boot Starter for Spring Session using Apache Geode"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile(project(':spring-geode-starter'))
|
||||
|
||||
compile 'org.springframework.session:spring-session-data-geode'
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user