Fix URL references and links.

This commit is contained in:
John Blum
2017-06-11 00:14:33 -07:00
committed by GitHub
parent a21f3f2275
commit fdfbf9da84

View File

@@ -1,16 +1,16 @@
# Spring Boot Data Geode
This project adds _Spring Boot_ **auto-configuration** support for both http://geode.apache.org/[Apache Geode]
and https://pivotal.io/pivotal-gemfire[Pivotal GemFire].
This project adds _Spring Boot_ **auto-configuration** support for both [Apache Geode](http://geode.apache.org/)
and [Pivotal GemFire](https://pivotal.io/pivotal-gemfire).
Among other things, this project builds on http://projects.spring.io/spring-boot/[_Spring Boot_] as well as http://projects.spring.io/spring-data-gemfire/[_Spring Data GemFire/Geode_] and additionally offers...
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 http://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/client/ClientCache.html[ClientCache] 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] when SDG^2 is 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_ http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#gemfire-repositories[Repositories] when SDG^2 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 https://github.com/spring-projects/spring-session-data-geode[_Spring Session Data GemFire_].
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).
This, along with many other things will be provided in and by this project.