Class ConfigurationPropertiesReportEndpoint

java.lang.Object
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
All Implemented Interfaces:
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.

Since:
2.0.0
Author:
Christian Dupuis, Dave Syer, Stephane Nicoll, Madhura Bhave, Andy Wilkinson, Chris Bono