Include GemFire starter in table of first-party starter modules

Closes #911
This commit is contained in:
Andy Wilkinson 2014-05-21 14:52:05 +01:00
parent 1deeccda30
commit 9b1ed5f24e
1 changed files with 5 additions and 2 deletions

View File

@ -218,13 +218,16 @@ The following application starters are provided by Spring Boot under the
|Support for the ``Advanced Message Queuing Protocol'' via `spring-rabbit`. |Support for the ``Advanced Message Queuing Protocol'' via `spring-rabbit`.
|`spring-boot-starter-aop` |`spring-boot-starter-aop`
|Full AOP programming support including `spring-aop` and AspectJ. |Support for aspect-oriented programming including `spring-aop` and AspectJ.
|`spring-boot-starter-batch` |`spring-boot-starter-batch`
|Support for ``Spring Batch'' including HSQLDB database. |Support for ``Spring Batch'' including HSQLDB database.
|`spring-boot-starter-data-gemfire`|
|Support for the GemFire distributed data store including `spring-data-gemfire`.
|`spring-boot-starter-data-jpa` |`spring-boot-starter-data-jpa`
|Full support for the ``Java Persistence API'' including `spring-data-jpa`, `spring-orm` |Support for the ``Java Persistence API'' including `spring-data-jpa`, `spring-orm`
and Hibernate. and Hibernate.
|`spring-boot-starter-data-mongodb` |`spring-boot-starter-data-mongodb`