4.1.1 Sprint Boot Actuator
4.1.1 Sprint Boot Actuator
By:MadSe
Spring Boot Actuator - Overview
By:MadSe
• Spring Boot Actuator is a set of built-in tools that lets us …
By:MadSe
Adding Dependency
By:MadSe
• Adding the dependency to our POM file
By:MadSe
Actuator Endpoints
By:MadSe
• Endpoints are prefixed with “/actuator”
By:MadSe
• By default, only “/health” is exposed
By:MadSe
• By default, accessing “localhost:8080/actuator/info” can only
return a blank Json object.
By:MadSe