From dc840a579f03395f8dfcd9621f7011e9c47b977a Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 11 Jun 2017 00:15:27 -0700 Subject: [PATCH] Formatting. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f48be54..562ac21a 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ and [Pivotal GemFire](https://pivotal.io/pivotal-gemfire). Among other things, this project builds on [_Spring Boot_](http://projects.spring.io/spring-boot/) as well as [_Spring Data GemFire/Geode_](http://projects.spring.io/spring-data-gemfire/) and additionally offers... -1. Auto-configures a Pivotal GemFire/Apache Geode [ClientCache](http://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/client/ClientCache.html) instance automatically when either _Spring Data GemFire_ or _Spring Data Geode_ is on the CLASSPATH. +1. _Auto-configures_ a Pivotal GemFire/Apache Geode [ClientCache](http://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/client/ClientCache.html) instance automatically when either _Spring Data GemFire_ or _Spring Data Geode_ is on the CLASSPATH. -2. Auto-configures either Pivotal GemFire_ or Apache Geode as a _caching provider_ in [Spring's Cache Abstraction](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#cache) when either _Spring Data GemFire_ or _Spring Data Geode_ are on the CLASSPATH, and the _Spring_ `@EnableCaching` annotation is specified on your Spring application, `@Configuration` class. +2. _Auto-configures_ either Pivotal GemFire_ or Apache Geode as a _caching provider_ in [Spring's Cache Abstraction](http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#cache) when either _Spring Data GemFire_ or _Spring Data Geode_ are on the CLASSPATH, and the _Spring_ `@EnableCaching` annotation is specified on your Spring application, `@Configuration` class. -3. Auto-configures _Spring Data GemFire_ or _Spring Data Geode_ [Repositories](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#gemfire-repositories) when _Spring Data GemFire_ or _Spring Data Geode_ is on the CLASSPATH and _Spring Boot_ detects SDG _Repositories_ in the _Spring Boot_ application. +3. _Auto-configures_ _Spring Data GemFire_ or _Spring Data Geode_ [Repositories](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#gemfire-repositories) when _Spring Data GemFire_ or _Spring Data Geode_ is on the CLASSPATH and _Spring Boot_ detects SDG _Repositories_ in the _Spring Boot_ application. 4. Provides additional support for _Spring Boot_/_Spring Data GemFire_/_Spring Data Geode_ applications deployed to PCF using either the PCC (_Pivotal Cloud Caching_) or SSC (_Session State Caching_) services. Also, when using SSC, you can also take advantage of [_Spring Session Data GemFire_](https://github.com/spring-projects/spring-session-data-geode).