クラス ConfigurationPropertiesReportEndpoint

java.lang.ObjectSE
org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
実装されたすべてのインターフェース:
AwareApplicationContextAware

@Endpoint(id="configprops") public class ConfigurationPropertiesReportEndpoint extends ObjectSE implements ApplicationContextAware
@ConfigurationProperties アノテーション付き Bean からアプリケーションプロパティを公開する @Endpoint

機密情報が公開されるのを防ぐために、すべてのプロパティ値はデフォルトでマスクされています。プロパティ値をいつ表示するかを構成するには、Spring Boot アプリケーション構成で management.endpoint.configprops.show-values および management.endpoint.configprops.roles を使用します。

導入:
2.0.0
作成者:
Christian Dupuis, Dave Syer, Stephane Nicoll, Madhura Bhave, Andy Wilkinson, Chris Bono