Browse Source

Improve description of Endpoint exclude

See gh-13619
pull/13710/head
Miguel Gomes 8 years ago committed by Stephane Nicoll
parent
commit
838e6cdbbb
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/WebEndpointProperties.java

2
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/web/WebEndpointProperties.java

@ -81,7 +81,7 @@ public class WebEndpointProperties { @@ -81,7 +81,7 @@ public class WebEndpointProperties {
private Set<String> include = new LinkedHashSet<>();
/**
* Endpoint IDs that should be excluded.
* Endpoint IDs that should be excluded or '*' for all.
*/
private Set<String> exclude = new LinkedHashSet<>();

Loading…
Cancel
Save