Skip to content

Commit dc48092

Browse files
committed
Documentation Improve
1 parent 4eff07f commit dc48092

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)