mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
This commit adds an health indicator for R2DBC. If a validation query is provided, it is used to validate the state of the database. If not, a check of the connection is issued. See gh-19988 Co-authored-by: Mark Paluch <mpaluch@pivotal.io>