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
I have encountered this problem before and the problem was in the below line in application.properties:
application.properties
spring.resources.add-mappings=false
Remove it or change its value to true.