What two options are auto-configured Spring Boot Actuator HealthIndicators? (Choose two.)
What two options are auto-configured Spring Boot Actuator HealthIndicators? (Choose two.)
DataSourceHealthIndicator and RabbitHealthIndicator are both auto-configured Spring Boot Actuator HealthIndicators. DataSourceHealthIndicator checks the status of a JDBC DataSource, while RabbitHealthIndicator checks the health of a RabbitMQ messaging server.
(A) https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/actuate/jdbc/DataSourceHealthIndicator.html (D) https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/actuate/amqp/RabbitHealthIndicator.html