Commit e2fc30ef authored by Phillip Webb's avatar Phillip Webb

Polish

parent ab7bec11
...@@ -398,9 +398,10 @@ and (inside `<plugins/>`): ...@@ -398,9 +398,10 @@ and (inside `<plugins/>`):
</plugin> </plugin>
---- ----
NOTE: The `useDefaultDelimiters` property is important if you are using standard NOTE: The `useDefaultDelimiters` property is important if you are using standard Spring
Spring placeholders in your configuration (e.g. `${foo}`). These may be expanded placeholders in your configuration (e.g. `${foo}`). These may be expanded by the build if
by the build if that property is not set to `false`. that property is not set to `false`.
[[production-ready-application-info-automatic-expansion-gradle]] [[production-ready-application-info-automatic-expansion-gradle]]
...@@ -608,7 +609,10 @@ users full access to the health endpoint in a secure application. To do so, set ...@@ -608,7 +609,10 @@ users full access to the health endpoint in a secure application. To do so, set
`sensitive` flag value "`false`" indicated in bold): `sensitive` flag value "`false`" indicated in bold):
|==== |====
|`management.security.enabled` |`endpoints.health.sensitive` |Unauthenticated |Authenticated |`management.security.enabled`
|`endpoints.health.sensitive`
|Unauthenticated
|Authenticated
|false |false
|**false** |**false**
......
...@@ -765,9 +765,10 @@ property editors (via a `CustomEditorConfigurer` bean) or custom `Converters` (w ...@@ -765,9 +765,10 @@ property editors (via a `CustomEditorConfigurer` bean) or custom `Converters` (w
bean definitions annotated as `@ConfigurationPropertiesBinding`). bean definitions annotated as `@ConfigurationPropertiesBinding`).
NOTE: As this bean is requested very early during the application lifecycle, make sure to NOTE: As this bean is requested very early during the application lifecycle, make sure to
limit the dependencies your `ConversionService` is using. Typically, any dependency that limit the dependencies that your `ConversionService` is using. Typically, any dependency
you'd require may not be fully initialized at creation time. You may want to rename your that you require may not be fully initialized at creation time. You may want to rename
custom `ConversionService` if it's not required for configuration keys coercion. your custom `ConversionService` if it's not required for configuration keys coercion.
[[boot-features-external-config-validation]] [[boot-features-external-config-validation]]
......
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