我正在将Spring应用程序从5.x迁移到6,并努力为其生成swagger ui。我删除了所有的springfox依赖,并添加了springdoc依赖。我设法使API文档工作正常(localhost:1010/v3/api-docs),但swagger UI给出了404错误(localhost:1010/v3/swagger-ui/index.html)。有人能帮帮忙吗?
vc9ivgsu1#
检查你是否有正确的依赖在你的pomxml - springdoc-openapi-ui和springdoc-openapi-webmvc-core配置swagger-ui.path在你的属性文件。你得到404当页面找不到,所以配置上述事情适当
1条答案
按热度按时间vc9ivgsu1#
检查你是否有正确的依赖在你的pomxml - springdoc-openapi-ui和springdoc-openapi-webmvc-core配置swagger-ui.path在你的属性文件。
你得到404当页面找不到,所以配置上述事情适当