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: docs/modules/ROOT/pages/spring-cloud-commons/common-abstractions.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,9 +126,9 @@ NOTE: These events will not be fired if the `spring.cloud.service-registry.auto-
126
126
[[service-registry-actuator-endpoint]]
127
127
=== Service Registry Actuator Endpoint
128
128
129
-
Spring Cloud Commons provides a `/service-registry` actuator endpoint.
129
+
Spring Cloud Commons provides a `/serviceregistry` actuator endpoint.
130
130
This endpoint relies on a `Registration` bean in the Spring Application Context.
131
-
Calling `/service-registry` with GET returns the status of the `Registration`.
131
+
Calling `/serviceregistry` with GET returns the status of the `Registration`.
132
132
Using POST to the same endpoint with a JSON body changes the status of the current `Registration` to the new value.
133
133
The JSON body has to include the `status` field with the preferred value.
134
134
Please see the documentation of the `ServiceRegistry` implementation you use for the allowed values when updating the status and the values returned for the status.
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/test/java/org/springframework/cloud/client/serviceregistry/endpoint/ServiceRegistryEndpointNoRegistrationTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,12 @@ public class ServiceRegistryEndpointNoRegistrationTests {
0 commit comments