Skip to content

Commit

Permalink
Merge branch '2.2.x' into 2.3.x
Browse files Browse the repository at this point in the history
Closes gh-21916
  • Loading branch information
snicoll committed Jun 15, 2020
2 parents 676cd10 + 04639d3 commit ee250e0
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -75,8 +75,9 @@
* <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
Expand Down

0 comments on commit ee250e0

Please sign in to comment.