swagger-ui.html显示vaadin+spring应用程序中的空白页

ulydmbyx  于 2021-07-13  发布在  Java
关注(0)|答案(0)|浏览(339)

在我的spring+vaadin(18)应用程序中,我配置了:

vaadin.url-mapping=/ui/*

所有的vaadin视图都可以通过localhost:8080/ui/something“地址。
在pom中,我对swagger ui有必要的依赖关系:

<dependency>
    <groupId>org.springdoc</groupId>
    <artifactId>springdoc-openapi-ui</artifactId>
    <version>${springdoc.version}</version>
</dependency>

但是swaggerui页面返回完全空白,通过浏览到http://localhost:8080/swagger-ui.html自动重定向到http://localhost:8080/swagger ui/index.html/?configurl=/v3/api docs/swagger config。

openapi json页可以在上访问http://localhost:8080/v3/api文档/

你知道为什么招摇用户界面页面没有显示吗?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题