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
62d3f73e
Commit
62d3f73e
authored
Dec 10, 2014
by
John
Committed by
Phillip Webb
Dec 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "heath" misspellings
parent
bc0132b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+3
-3
No files found.
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
62d3f73e
...
@@ -156,7 +156,7 @@ For an insecure unauthenticated connection a simple '`status`' message is return
...
@@ -156,7 +156,7 @@ For an insecure unauthenticated connection a simple '`status`' message is return
secure or authenticated connection additional details are also displayed (see
secure or authenticated connection additional details are also displayed (see
<<production-ready-health-access-restrictions>> for HTTP details).
<<production-ready-health-access-restrictions>> for HTTP details).
Heath information is collected from all
Hea
l
th information is collected from all
{sc-spring-boot-actuator}/health/HealthIndicator.{sc-ext}[`HealthIndicator`] beans defined
{sc-spring-boot-actuator}/health/HealthIndicator.{sc-ext}[`HealthIndicator`] beans defined
in your `ApplicationContext`. Spring Boot includes a number of auto-configured
in your `ApplicationContext`. Spring Boot includes a number of auto-configured
`HealthIndicators` and you can also write your own.
`HealthIndicators` and you can also write your own.
...
@@ -167,10 +167,10 @@ in your `ApplicationContext`. Spring Boot includes a number of auto-configured
...
@@ -167,10 +167,10 @@ in your `ApplicationContext`. Spring Boot includes a number of auto-configured
Information returned by `HealthIndicators` is often somewhat sensitive in nature. For
Information returned by `HealthIndicators` is often somewhat sensitive in nature. For
example, you probably don'
t
want
to
publish
details
of
your
database
server
to
the
example, you probably don'
t
want
to
publish
details
of
your
database
server
to
the
world
.
For
this
reason
,
by
default
,
only
the
health
status
is
exposed
over
an
world
.
For
this
reason
,
by
default
,
only
the
health
status
is
exposed
over
an
unauthenticated
HTTP
connection
.
If
you
are
happy
for
complete
heath
information
to
always
unauthenticated
HTTP
connection
.
If
you
are
happy
for
complete
hea
l
th
information
to
always
be
exposed
you
can
set
`
endpoints
.
health
.
sensitive
`
to
`
false
`.
be
exposed
you
can
set
`
endpoints
.
health
.
sensitive
`
to
`
false
`.
Heath
responses
are
also
cached
to
prevent
"`denial of service`"
attacks
.
Use
the
Hea
l
th
responses
are
also
cached
to
prevent
"`denial of service`"
attacks
.
Use
the
`
endpoints
.
health
.
time
-
to
-
live
`
property
if
you
want
to
change
the
default
cache
period
`
endpoints
.
health
.
time
-
to
-
live
`
property
if
you
want
to
change
the
default
cache
period
of
1000
milliseconds
.
of
1000
milliseconds
.
...
...
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