I have a spring boot application that i am running using embedded tomcat server. I am partially successful in getting springfox-swagger integrated with the app. If i do a
It worked for me, when i dint override the static path pattern.
In spring boot application just avoid "spring.mvc.static-path-pattern" from properties file and swagger-ui will works fine.