Edits to the Sample Guide on Look-Aside Caching.

This commit is contained in:
John Blum
2019-07-31 18:23:51 -07:00
parent acb454685c
commit 18dffa791b
3 changed files with 27 additions and 25 deletions

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 in Look-Aside Caching."
description = "Spring Geode Sample demonstrating Spring's Cache Abstraction using Apache Geode as the caching provider with Look-Aside Caching."
dependencies {