pull/12202/head
Stephane Nicoll 7 years ago
parent e1fd9df7b9
commit cb1eed42b8

@ -49,7 +49,7 @@ public class ServletManagementContextAutoConfiguration {
@Bean
public ManagementServletContext managementServletContext(
WebEndpointProperties properties) {
return () -> properties.getBasePath();
return properties::getBasePath;
}
// Put Servlets and Filters in their own nested class so they don't force early

Loading…
Cancel
Save