You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/security/reactive/EndpointRequest.java
+42-29
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,11 @@ private EndpointRequest() {
59
59
}
60
60
61
61
/**
62
-
* Returns a matcher that includes all {@link Endpoint actuator endpoints}. It also includes
63
-
* the links endpoint which is present at the base path of the actuator endpoints. The
64
-
* {@link EndpointServerWebExchangeMatcher#excluding(Class...) excluding} method can
65
-
* be used to further remove specific endpoints if required. For example:
66
-
* <pre class="code">
62
+
* Returns a matcher that includes all {@link Endpoint actuator endpoints}. It also
63
+
* includes the links endpoint which is present at the base path of the actuator
64
+
* endpoints. The {@link EndpointServerWebExchangeMatcher#excluding(Class...)
65
+
* excluding} method can be used to further remove specific endpoints if required. For
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/security/servlet/EndpointRequest.java
+33-22
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,11 @@ private EndpointRequest() {
57
57
}
58
58
59
59
/**
60
-
* Returns a matcher that includes all {@link Endpoint actuator endpoints}. It also includes
61
-
* the links endpoint which is present at the base path of the actuator endpoints. The
62
-
* {@link EndpointRequestMatcher#excluding(Class...) excluding} method can be used to
63
-
* further remove specific endpoints if required. For example: <pre class="code">
60
+
* Returns a matcher that includes all {@link Endpoint actuator endpoints}. It also
61
+
* includes the links endpoint which is present at the base path of the actuator
62
+
* endpoints. The {@link EndpointRequestMatcher#excluding(Class...) excluding} method
63
+
* can be used to further remove specific endpoints if required. For example:
0 commit comments