From 27adcb723db2d0dd73004abe20ea31fe0bec90a0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 28 Nov 2017 11:41:59 -0800 Subject: [PATCH] Add branding and a description of this project to the README. Brands this project as Spring Boot for Apache Geode and adds a summary for the purpose and intent of this project. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ed6049..38b01fc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# Project Goals +# Spring Boot for Apache Geode + +_Spring Boot for Apache Geode_ extends [_Spring Boot_](http://projects.spring.io/spring-boot/) with _auto-configuration_ support as well as other _convention or configuration_ features to simplify the development of _Spring_ applications using either [Pivotal GemFire](https://pivotal.io/pivotal-gemfire) or [Apache Geode](http://geode.apache.org/) in a _Spring_ context. + +This project builds on both [_Spring Data GemFire_](http://projects.spring.io/spring-data-gemfire/) and [Spring Data Geode](https://github.com/spring-projects/spring-data-geode). + +### Project Goals This project adds _Spring Boot_ **auto-configuration** support for both [Apache Geode](http://geode.apache.org/) and [Pivotal GemFire](https://pivotal.io/pivotal-gemfire).