This commit is contained in:
Stephane Nicoll 2015-08-14 13:21:15 +02:00
parent 960d6eadba
commit e4b81b173c
1 changed files with 2 additions and 2 deletions

View File

@ -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. to make sure your keys are properly documented.
[[boot-features-custom-starter-module-autoconfigure]] [[boot-features-custom-starter-module-autoconfigure]]
=== Autoconfigure module ==== Autoconfigure module
The autoconfigure module contains everything that is necessary to get started with the The autoconfigure module contains everything that is necessary to get started with the
library. It may also contain configuration keys definition (`@ConfigurationProperties`) 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. won't be provided and boot will backoff by default.
[[boot-features-custom-starter-module-starter]] [[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 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 dependencies to work with the library; see it as an opinionated view of what is required