Remove dead code
This commit is contained in:
parent
e9baa779cc
commit
41b4d41f11
|
|
@ -75,9 +75,6 @@ public class EndpointWebMvcChildContextConfiguration {
|
||||||
@Value("${error.path:/error}")
|
@Value("${error.path:/error}")
|
||||||
private String errorPath = "/error";
|
private String errorPath = "/error";
|
||||||
|
|
||||||
@Autowired(required = false)
|
|
||||||
private List<EndpointHandlerMappingCustomizer> mappingCustomizers;
|
|
||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
protected static class ServerCustomization implements
|
protected static class ServerCustomization implements
|
||||||
EmbeddedServletContainerCustomizer, Ordered {
|
EmbeddedServletContainerCustomizer, Ordered {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue