@ -137,7 +137,7 @@ public class MixedMongoRepositoriesAutoConfigurationTests {
@@ -137,7 +137,7 @@ public class MixedMongoRepositoriesAutoConfigurationTests {
}
// In this one the Jpa repositories and the autoconfiguration packages overlap, so
// In this one the Jpa repositories and the auto-configuration packages overlap, so
// Mongo will try and configure the same repositories
@ -521,7 +521,7 @@ changes the default resource path for the MVC endpoint. Legal endpoint ids are c
@@ -521,7 +521,7 @@ changes the default resource path for the MVC endpoint. Legal endpoint ids are c
only of alphanumeric characters (because they can be exposed in a number of places,
including JMX object names, where special characters are forbidden). The MVC path can be
changed separately by configuring `endpoints.{name}.path`, and there is no validation on
those values (so you can use anything that is legel in a URL path). For example, to change
those values (so you can use anything that is legal in a URL path). For example, to change
the location of the `/health` endpoint to `/ping/me` you can set
`endpoints.health.path=/ping/me`.
@ -905,7 +905,7 @@ endpoint you should see a response similar to this:
@@ -905,7 +905,7 @@ endpoint you should see a response similar to this:
Here we can see basic `memory`, `heap`, `class loading`, `processor` and `thread pool`
information along with some HTTP metrics. In this instance the `root` ('`/`') and `/metrics`
URLs have returned `HTTP 200` responses `20` and `3` times respectively. It also appears
that the `root` URL returned `HTTP 401` (unauthorized) `4` times. The double asterix (`star-star`)
that the `root` URL returned `HTTP 401` (unauthorized) `4` times. The double asterisks (`star-star`)
comes from a request matched by Spring MVC as `+/**+` (normally a static resource).
The `gauge` shows the last response time for a request. So the last request to `root` took
@ -85,7 +85,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
@@ -85,7 +85,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
@ -332,7 +332,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
@@ -332,7 +332,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {