Update for 2.0 actuator changes

This commit is contained in:
Spencer Gibb
2017-09-27 12:58:40 -04:00
parent 115233a29c
commit 9a00213f21

View File

@@ -31,7 +31,7 @@ public class ManagementServerPortUtils {
static {
boolean hasClass;
try {
Class.forName("org.springframework.boot.endpoint.Endpoint");
Class.forName("org.springframework.boot.actuate.endpoint.annotation.Endpoint");
hasClass = true;
} catch (ClassNotFoundException e) {
hasClass = false;