Commit ee250e05 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.2.x' into 2.3.x

Closes gh-21916
parents 676cd10d 04639d33
...@@ -75,8 +75,9 @@ import org.springframework.util.StringUtils; ...@@ -75,8 +75,9 @@ import org.springframework.util.StringUtils;
* <p> * <p>
* To protect sensitive information from being exposed, certain property values are masked * 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"). * 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 * Configure property names by using
* your Spring Boot application configuration. * {@code management.endpoint.configprops.keys-to-sanitize} in your Spring Boot
* application configuration.
* *
* @author Christian Dupuis * @author Christian Dupuis
* @author Dave Syer * @author Dave Syer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment