I had Swagger (2.7.0) properly configured and working fine together with Spring Boot (1.5.4) but after I added custom class extending DelegatingWebMvcConfiguration
(used to configure own RequestMappingHandlerAdapter
) Swagger stopped being displayed with the below WARN message:
o.s.w.s.PageNotFound | No mapping found for HTTP request with URI [<swagger_page.html>] in DispatcherServlet with name 'dispatcherServlet'
I'm wodering why.