This commit is contained in:
Stephane Nicoll
2018-01-26 09:51:54 +01:00
parent d26c4bd10c
commit fe7d7e2fc9

View File

@@ -141,6 +141,7 @@ public class WebEndpointAutoConfiguration {
ExposableControllerEndpoint.class, expose, exclude);
}
@Configuration
@ConditionalOnWebApplication(type = Type.SERVLET)
static class WebEndpointServletAutoConfiguration {