openapi 3.0 swagger ui的默认路径是什么

问题描述 投票:0回答:0

我正在使用以下依赖项并运行示例项目,但看不到 swagger ui。

<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.2.32</version>
</dependency>

我尝试了所有可能的网址,但 swagger UI 打不开

localhost:8080/v3/apidocs
localhost:8080/swagger-ui.html
localhost:8080/swagger-ui/
swagger swagger-ui springfox springdoc-openapi-ui
© www.soinside.com 2019 - 2024. All rights reserved.