Commit e4b81b17 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 960d6ead
...@@ -3789,7 +3789,7 @@ may want to review the generated meta-data (`META-INF/spring-configuration-metad ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment