Change Gradle project description to highlight the Sample is for Look-Aside Caching.

This commit is contained in:
John Blum
2019-07-25 10:54:26 -07:00
parent 54ba52e08e
commit 2c5cbc1a2c

View File

@@ -1,6 +1,6 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
description = "Spring Geode Sample demonstrating Spring's Cache Abstraction using Apache Geode as the caching provider."
description = "Spring Geode Sample demonstrating Spring's Cache Abstraction using Apache Geode as the caching provider in Look-Aside Caching."
dependencies {