Spring Boot Actuator provides production-ready features for monitoring and managing Spring Boot applications via HTTP endpoints.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>4.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal custom health indicator using HealthIndicator.
Use Spring Security to protect Actuator endpoints, especially in production.
No dependency data recorded yet.