Add missing starters in documentation

pull/1755/head
Stephane Nicoll 10 years ago
parent 73c2862901
commit e858cfcced

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

Loading…
Cancel
Save