[bs-107] Remove "z" suffix from management endpoints

* /varz->/metrics
* /healthz->/health
* all actuator endpoints are now in a subpackage

[Fixes #49496887]
This commit is contained in:
Dave Syer
2013-05-15 16:13:23 +01:00
parent 53078c320e
commit 728b4887c1
27 changed files with 50 additions and 49 deletions

View File

@@ -116,12 +116,12 @@
<artifactId>thymeleaf-layout-dialect</artifactId>
<optional>true</optional>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<scope>test</scope>
<optional>true</optional>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>