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: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/server/ManagementServerProperties.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,8 @@ public Integer getPort() {
66
66
67
67
/**
68
68
* Sets the port of the management server, use {@code null} if the
69
-
* {@link ServerProperties#getPort() server port} should be used. To disable use 0.
69
+
* {@link ServerProperties#getPort() server port} should be used. Set to 0 to use a
0 commit comments