From e4b81b173cd0e1e5a41174912cd21b99e23bc102 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Aug 2015 13:21:15 +0200 Subject: [PATCH] Polish --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index a4662e5cea9..db974456e26 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3789,7 +3789,7 @@ may want to review the generated meta-data (`META-INF/spring-configuration-metad to make sure your keys are properly documented. [[boot-features-custom-starter-module-autoconfigure]] -=== Autoconfigure module +==== Autoconfigure module The autoconfigure module contains everything that is necessary to get started with the library. It may also contain configuration keys definition (`@ConfigurationProperties`) @@ -3801,7 +3801,7 @@ the autoconfigure module in your projects more easily. If you do it that way, th won't be provided and boot will backoff by default. [[boot-features-custom-starter-module-starter]] -=== Starter module +==== Starter module The starter is an empty jar, really. Its only purpose is to provide the necessary dependencies to work with the library; see it as an opinionated view of what is required