Unable to bring up swagger-ui from spring-boot application

前端 未结 5 924
广开言路
广开言路 2020-12-29 23:14

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

5条回答
  •  [愿得一人]
    2020-12-29 23:49

    I have encountered this problem before and the problem was in the below line in application.properties:

    spring.resources.add-mappings=false

    Remove it or change its value to true.

提交回复
热议问题