Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
e2fc30ef
Commit
e2fc30ef
authored
Oct 14, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
ab7bec11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+8
-4
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+4
-3
No files found.
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
e2fc30ef
...
@@ -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**
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
e2fc30ef
...
@@ -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]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment