Skip to content

Commit 838e6cd

Browse files
72MiguelGomessnicoll
authored andcommitted
Improve description of Endpoint exclude
See gh-13619
1 parent 00883a4 commit 838e6cd

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/web

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static class Exposure {
8181
private Set<String> include = new LinkedHashSet<>();
8282

8383
/**
84-
* Endpoint IDs that should be excluded.
84+
* Endpoint IDs that should be excluded or '*' for all.
8585
*/
8686
private Set<String> exclude = new LinkedHashSet<>();
8787

0 commit comments

Comments
 (0)