Add missing starters in documentation

This commit is contained in:
Stephane Nicoll 2014-10-24 13:58:15 +02:00
parent 73c2862901
commit e858cfcced

View File

@ -216,6 +216,9 @@ The following application starters are provided by Spring Boot under the
|`spring-boot-starter`
|The core Spring Boot starter, including auto-configuration support, logging and YAML.
|`spring-boot-starter-actuator`
|Production ready features to help you monitor and manage your application.
|`spring-boot-starter-amqp`
|Support for the ``Advanced Message Queuing Protocol'' via `spring-rabbit`.
@ -258,7 +261,7 @@ and Hibernate.
|Support for common `spring-integration` modules.
|`spring-boot-starter-jdbc`
|JDBC Database support.
|Support for JDBC databases.
|`spring-boot-starter-jta-atomikos`
|Support for JTA distributed transactions via Atomikos.
@ -272,6 +275,9 @@ and Hibernate.
|`spring-boot-starter-redis`
|Support for the REDIS key-value data store, including `spring-redis`.
|`spring-boot-starter-remote-shell`
|Support for `CRaSH`.
|`spring-boot-starter-security`
|Support for `spring-security`.