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-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/ConditionalOnEnabledHealthIndicator.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
/**
28
28
* {@link Conditional} that checks whether or not a default health indicator is enabled.
29
29
* Matches if the value of the {@code management.health.<name>.enabled} property is
30
-
* {@code true}. Otherwise, matches if the value of the
30
+
* {@code true}. Otherwise, matches if the value of the
31
31
* {@code management.health.defaults.enabled} property is {@code true} or if it is not
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/HealthIndicatorAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/OnEnabledHealthIndicatorCondition.java
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/test/java/org/springframework/boot/actuate/autoconfigure/HealthIndicatorAutoConfigurationTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ public void defaultHealthIndicatorsDisabledButOne() {
Copy file name to clipboardExpand all lines: spring-boot/src/main/java/org/springframework/boot/context/embedded/AbstractConfigurableEmbeddedServletContainer.java
Copy file name to clipboardExpand all lines: spring-boot/src/test/java/org/springframework/boot/context/embedded/AbstractEmbeddedServletContainerFactoryTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -245,14 +245,14 @@ public void specificContextRoot() throws Exception {
0 commit comments