public class DbHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
Constructor and Description |
---|
DbHealthIndicator(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) |
static boolean |
getDbHealth(String dataSource)
获取数据源连接健康状况
|
static Boolean |
setDbHealth(String dataSource,
boolean health)
设置连接池健康状况
|
public DbHealthIndicator(DataSource dataSource)
public static boolean getDbHealth(String dataSource)
dataSource
- 数据源名称public static Boolean setDbHealth(String dataSource, boolean health)
dataSource
- 数据源名称health
- 健康状况 false 不健康 true 健康Copyright © 2018–2020 baomidou. All rights reserved.