Пользовательский интерфейс Swagger перенаправляется на /swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config - PullRequest
0 голосов
/ 27 мая 2020

Я использую springdoc-openapi-ui, когда я нажимаю http://localhost: 8080 / swagger-ui. html URL, он всегда перенаправляется на http://localhost: 8080 / swagger-ui /index.html?configUrl=/v3/api-docs/swagger-config. Есть ли способ остановить это перенаправление и загрузить swagger на http://localhost: 8080 / swagger-ui. html вместо этого.

1 Ответ

0 голосов
/ 22 июня 2020

Я задал тот же вопрос на сайте Github относительно того же. Ссылка приведена ниже https://github.com/springdoc/springdoc-openapi/issues/742#issue -642810354 Получил ответ от одного из авторов

springdoc-openapi uses an internal redirect to resolve the necessary swagger resources. This the way the library is built. You use you own version of swagger-ui, so you can add your custom Logic, without having to rely on springdoc-openapi-ui.

...