我已经按照MicroProfile OpenAPI 上的本教程 Swagger UI 进行了操作,但只需将以下内容添加到 Payara 微应用程序的 pom.xml 文件中不会添加/openapi-ui
,只会/openapi
起作用。Payara Micro 是否需要其他东西,或者是否不可能拥有 OpenApi UI。
<dependency>
<groupId>org.microprofile-ext.openapi-ext</groupId>
<artifactId>openapi-ui</artifactId>
<version>1.1.2</version>
</dependency>