Customizing Management Service Route
Learn how to customize application endpoints and tune the actuator's path.
We'll cover the following
Tuning the actuator path
While it’s nice to use the toolkit’s default values, sometimes we need to bend our application to the system administrator’s monitoring agents. This is why Spring Boot Actuator provides the means to tune endpoints. By adding the following setting to
src/main/resources/application.properties
, we can tune the path for the actuator:
Get hands-on with 1400+ tech skills courses.