How To Enable Actuator In Spring Boot | Spring Boot Examples
Hi Guys, Welcome to Java Inspires. In this post, we will see how to enable/add spring boot actuator to the spring boot application. To add the actuator to a Maven based project, add the following ‘Starter’ dependency: <dependency> <groupId> org.springframework.boot <…