mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Merge pull request #14688 from dreis2211
* pr/14688: Fix BeansEndpoint typo in readme
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ can also watch files, automatically recompiling and restarting when they change.
|
||||
Actuator endpoints let you monitor and interact with your application.
|
||||
Spring Boot Actuator provides the infrastructure required for actuator endpoints. It contains
|
||||
annotation support for actuator endpoints. Out of the box, this module provides a number of endpoints
|
||||
including the `HealthEndpoint`, `EnvironmentEndpoint`, `BeansEndpoints` and many more.
|
||||
including the `HealthEndpoint`, `EnvironmentEndpoint`, `BeansEndpoint` and many more.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user