File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ For an insecure unauthenticated connection a simple '`status`' message is return
156
156
secure or authenticated connection additional details are also displayed (see
157
157
<<production-ready-health-access-restrictions>> for HTTP details).
158
158
159
- Heath information is collected from all
159
+ Health information is collected from all
160
160
{sc-spring-boot-actuator}/health/HealthIndicator.{sc-ext}[`HealthIndicator`] beans defined
161
161
in your `ApplicationContext`. Spring Boot includes a number of auto-configured
162
162
`HealthIndicators` and you can also write your own.
@@ -167,10 +167,10 @@ in your `ApplicationContext`. Spring Boot includes a number of auto-configured
167
167
Information returned by `HealthIndicators` is often somewhat sensitive in nature. For
168
168
example, you probably don't want to publish details of your database server to the
169
169
world. For this reason, by default, only the health status is exposed over an
170
- unauthenticated HTTP connection. If you are happy for complete heath information to always
170
+ unauthenticated HTTP connection. If you are happy for complete health information to always
171
171
be exposed you can set `endpoints.health.sensitive` to `false`.
172
172
173
- Heath responses are also cached to prevent "`denial of service`" attacks. Use the
173
+ Health responses are also cached to prevent "`denial of service`" attacks. Use the
174
174
`endpoints.health.time-to-live` property if you want to change the default cache period
175
175
of 1000 milliseconds.
176
176
You can’t perform that action at this time.
0 commit comments