This commit is contained in:
Stephane Nicoll
2018-02-23 13:57:19 +01:00
parent e1fd9df7b9
commit cb1eed42b8

View File

@@ -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