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/EndpointWebMvcChildContextConfiguration.java
+29-24Lines changed: 29 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@
62
62
* {@link EmbeddedServletContainer} running on a different port is required.
63
63
*
64
64
* @author Dave Syer
65
+
* @author Stephane Nicoll
65
66
* @see EndpointWebMvcAutoConfiguration
66
67
*/
67
68
@Configuration
@@ -145,18 +146,27 @@ public ManagementErrorEndpoint errorEndpoint(final ErrorAttributes errorAttribut
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/test/java/org/springframework/boot/actuate/autoconfigure/HealthIndicatorAutoConfigurationTests.java
+14-22Lines changed: 14 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,7 @@ public void defaultHealthIndicator() {
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/ConfigurationMetadata.java
Copy file name to clipboardExpand all lines: spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/ConfigurationMetadataTests.java
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,42 +30,46 @@ public class ConfigurationMetadataTests {
0 commit comments