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
Update example lead-in text to a slightly shorter form.
For example
"as shown in the following example"
Becomes
"as the following example shows"
See gh-27759
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ You can do so by changing the configprop:management.endpoints.web.exposure.inclu
349
349
include: "*"
350
350
----
351
351
352
-
Additionally, if Spring Security is present, you would need to add custom security configuration that allows unauthenticated access to the endpoints as shown in the following example:
352
+
Additionally, if Spring Security is present, you would need to add custom security configuration that allows unauthenticated access to the endpoints, as the following example shows:
353
353
354
354
[source,java,indent=0,subs="verbatim"]
355
355
----
@@ -476,7 +476,7 @@ Consider the following JSON request body:
476
476
}
477
477
----
478
478
479
-
This can be used to invoke a write operation that takes `String name` and `int counter` parameters, as shown in the following example:
479
+
You can use this to invoke a write operation that takes `String name` and `int counter` parameters, as the following example shows:
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/jmx.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The following settings show an example of doing so in `application.properties`:
41
41
42
42
[[actuator.jmx.disable-jmx-endpoints]]
43
43
=== Disabling JMX Endpoints
44
-
If you do not want to expose endpoints over JMX, you can set the configprop:management.endpoints.jmx.exposure.exclude[] property to `*`, as shown in the following example:
44
+
If you do not want to expose endpoints over JMX, you can set the configprop:management.endpoints.jmx.exposure.exclude[] property to `*`, as the following example shows:
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/monitoring.adoc
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ NOTE: Jackson is a required dependency in order to get the correct JSON response
15
15
=== Customizing the Management Endpoint Paths
16
16
Sometimes, it is useful to customize the prefix for the management endpoints.
17
17
For example, your application might already use `/actuator` for another purpose.
18
-
You can use the configprop:management.endpoints.web.base-path[] property to change the prefix for your management endpoint, as shown in the following example:
18
+
You can use the configprop:management.endpoints.web.base-path[] property to change the prefix for your management endpoint, as the following example shows:
0 commit comments