类 ConfigurationPropertiesReportEndpoint

java.lang.Object
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
所有已实现的接口:
Aware, ApplicationContextAware

@Endpoint(id="configprops") public class ConfigurationPropertiesReportEndpoint extends Object implements ApplicationContextAware
@Endpoint to expose application properties from @ConfigurationProperties annotated beans.

To protect sensitive information from being exposed, all property values are masked by default. To configure when property values should be shown, use management.endpoint.configprops.show-values and management.endpoint.configprops.roles in your Spring Boot application configuration.

从以下版本开始:
2.0.0
作者:
Christian Dupuis, Dave Syer, Stephane Nicoll, Madhura Bhave, Andy Wilkinson, Chris Bono