Include guide and example of Spring Boot auto-configuration for Apache Geode & Pivotal GemFire.

This commit is contained in:
John Blum
2019-04-22 00:46:55 -07:00
parent ce2cdc3660
commit 687ba1e54c
16 changed files with 1039 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
description = "Spring Geode Guides demonstrating the use of Spring Boot Auto-configuration for Apache Geode."
dependencies {
compile project(":spring-geode-starter")
compile "org.springframework.data:spring-data-geode-test"
compile "org.assertj:assertj-core"
compile "org.projectlombok:lombok"
}