Browse Source

Merge branch '2.2.x' into 2.3.x

Closes gh-21916
pull/22035/head
Stephane Nicoll 6 years ago
parent
commit
ee250e058a
  1. 5
      spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint.java

5
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint.java

@ -75,8 +75,9 @@ import org.springframework.util.StringUtils; @@ -75,8 +75,9 @@ import org.springframework.util.StringUtils;
* <p>
* To protect sensitive information from being exposed, certain property values are masked
* if their names end with a set of configurable values (default "password" and "secret").
* Configure property names by using {@code endpoints.configprops.keys_to_sanitize} in
* your Spring Boot application configuration.
* Configure property names by using
* {@code management.endpoint.configprops.keys-to-sanitize} in your Spring Boot
* application configuration.
*
* @author Christian Dupuis
* @author Dave Syer

Loading…
Cancel
Save