类 HealthEndpointProperties
java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.HealthProperties
org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
@ConfigurationProperties("management.endpoint.health")
public class HealthEndpointProperties
extends HealthProperties
Configuration properties for
HealthEndpoint
.- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb, Leo Li
-
嵌套类概要
嵌套类修饰符和类型类说明static class
A health endpoint group.static class
Health logging properties.从类继承的嵌套类/接口 org.springframework.boot.actuate.autoconfigure.health.HealthProperties
HealthProperties.Status
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.boot.actuate.autoconfigure.health.HealthProperties
getRoles, getShowComponents, getStatus, setRoles, setShowComponents
-
构造器详细资料
-
HealthEndpointProperties
public HealthEndpointProperties()
-
-
方法详细资料
-
getShowDetails
- 指定者:
getShowDetails
在类中HealthProperties
-
setShowDetails
-
getGroup
-
getLogging
-