mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Improve description of Endpoint exclude
See gh-13619
This commit is contained in:
committed by
Stephane Nicoll
parent
00883a4eac
commit
838e6cdbbb
+1
-1
@@ -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<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user