404 в доступе http://localhost:9090/swagger-ui.html - PullRequest
0 голосов
/ 26 июня 2018

У меня есть приложение весенней загрузки, и я хочу сгенерировать документацию swagger для моих API с помощью springfox. Получение 404 неопределенной ошибки при нажатии http://localhost:9090/swagger-ui.html

Пожалуйста, найдите трассировку стека ниже:

com.etc.common.services.interceptor.CommonServicesRequestInterceptor - Request URL - /swagger-resources/configuration/ui, Query String - null, HTTP Method - GET
com.etc.common.services.interceptor.CommonServicesRequestInterceptor - Request URL - /swagger-resources/configuration/ui, Response Status - 200
com.etc.common.services.interceptor.CommonServicesRequestInterceptor - Request URL - /swagger-resources/configuration/security, Query String - null, HTTP Method - GET
com.etc.common.services.interceptor.CommonServicesRequestInterceptor - Request URL - /swagger-resources/configuration/security, Response Status - 200
com.etc.common.services.interceptor.CommonServicesRequestInterceptor - Request URL - /swagger-resources, Query String - null, HTTP Method - GET
com.etc.common.services.interceptor.CommonServicesRequestInterceptor - Request URL - /swagger-resources, Response Status - 200
com.etc.common.services.interceptor.CommonServicesRequestInterceptor - Request URL - /error, Query String - null, HTTP Method - GET com.etc.common.services.interceptor.CommonServicesRequestInterceptor - Request URL - /error, Response Status - 404

Пожалуйста, найдите скриншот для того же: страница ошибки swagger-ui.html

...