无法使用Spring REST Docs和springfox 3.0.0-SNAPSHOT生成Spring Boot + Spring集成的Swagger UI

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

我正在尝试使用Spring REST Docs样式和springfox 3.0.0-SNAPSHOT为Spring Boot + Spring集成项目(涉及入站网关)设置Swagger。

按照https://github.com/springfox/springfox/tree/master/springfox-spring-integration-webmvc的说明,我能够在target / generated-snippets / {my-end-point-id}下生成以下代码段:

  • 卷曲request.springfox
  • HTTP-request.springfox
  • HTTP-response.springfox
  • httpie-request.springfox
  • 请求body.springfox
  • 响应body.springfox

但是,在此之后,我无法在打包的.war中创建/生成Swagger UI html。是否需要额外的配置/设置?

正如推荐的,Springfox版本:3.0.0-SNAPSHOT其他版本细节:Spring Boot:2.1.2.RELEASE Spring集成:5.1.2.RELEASE Java:8 Apache Tomcat:9.0.14 Apache Maven:3.6.0

请注意,我不清楚是否要在@ EnableSwagger2注释中包含一个单独的Swagger Configuration类,所以我在项目设置中省略了这一点。

任何帮助将不胜感激!

真诚的,巴拉特

spring-boot spring-integration swagger-ui springfox
1个回答
0
投票
© www.soinside.com 2019 - 2024. All rights reserved.