1. 程式人生 > >有關springboot整合swagger遇到的坑

有關springboot整合swagger遇到的坑

swagger配置類


Rest介面:


後臺報錯:

No mapping found for HTTP request with URI [/swagger-ui] in DispatcherServlet with name 'dispatcherServlet'

原因分析:

這個錯誤,是因為資源對映問題導致。
我們在訪問http://localhost:8080/swagger-ui.html#/時,這個swagger-ui.html相關的所有前端靜態檔案都在springfox-swagger-ui-2.6.1.jar裡面。目錄如下:


解決方式: