You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation suggest the datasource health endpoint (actuator) can be enabled/disabled using the key datasource: management.health.datasource.enabled but I think it should be db: management.health.db.enabled which was the case for Spring Boot 2.3.x and I don't think it's changed. The current version of DataSourceHealthContributorAutoConfiguration has the annotation @ConditionalOnEnabledHealthIndicator("db") which has the key db.