Starter for using Spring Boot's Actuator to monitor and manage applications in production.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates implementing a custom health indicator for Actuator.
Configure management.endpoints.web.exposure.include and add Spring Security.
No dependency data recorded yet.