Class ConfigurationPropertiesReportEndpoint

java.lang.Object
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Endpoint(id="configprops") public class ConfigurationPropertiesReportEndpoint extends Object implements org.springframework.context.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