Skip to content

Commit 399c85a

Browse files
ericus20wilkinsona
authored andcommitted
Update endpoint enablement description to describe availability
See gh-20799
1 parent e6c0a0d commit 399c85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Spring Boot includes a number of built-in endpoints and lets you add your own.
4949
For example, the `health` endpoint provides basic application health information.
5050

5151
Each individual endpoint can be <<production-ready-endpoints-enabling-endpoints, enabled or disabled>>.
52-
This controls whether or not the endpoint is created and its bean exists in the application context.
52+
An endpoint that is enabled is said to be available if it is exposed (made remotely accessible) over HTTP or JMX.
5353
To be remotely accessible an endpoint also has to be <<production-ready-endpoints-exposing-endpoints, exposed via JMX or HTTP>>.
5454
Most applications choose HTTP, where the ID of the endpoint along with a prefix of `/actuator` is mapped to a URL.
5555
For example, by default, the `health` endpoint is mapped to `/actuator/health`.

0 commit comments

Comments
 (0)