无法使用 Spring REST Docs 和 springfox 3.0.0-SNAPSHOT 为 Spring Boot + Spring Integration 生成 Swagger UI
Unable to generate Swagger UI for Spring Boot + Spring Integration using Spring REST Docs & springfox 3.0.0-SNAPSHOT
我正在尝试使用 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}:
- curl-request.springfox
- http-request.springfox
- http-response.springfox
- httpie-request.springfox
- 请求-body.springfox
- 响应-body.springfox
但是,在这一点之后,我无法 create/generate 打包 .war 中的 Swagger UI html。
为此需要额外的 configuration/setup 吗?
推荐,Springfox版本:3.0.0-SNAPSHOT
其他版本详情:
Spring 启动:2.1.2.RELEASE
Spring 集成:5.1.2.RELEASE
Java: 8
阿帕奇 Tomcat:9.0.14
阿帕奇行家:3.6.0
请注意,我不清楚是否要包含带有 @EnableSwagger2 注释的单独 Swagger 配置 class,所以我在项目设置中省略了它。
任何帮助将不胜感激!
真诚的,
巴拉斯
我正在尝试使用 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}:
- curl-request.springfox
- http-request.springfox
- http-response.springfox
- httpie-request.springfox
- 请求-body.springfox
- 响应-body.springfox
但是,在这一点之后,我无法 create/generate 打包 .war 中的 Swagger UI html。 为此需要额外的 configuration/setup 吗?
推荐,Springfox版本:3.0.0-SNAPSHOT 其他版本详情: Spring 启动:2.1.2.RELEASE Spring 集成:5.1.2.RELEASE Java: 8 阿帕奇 Tomcat:9.0.14 阿帕奇行家:3.6.0
请注意,我不清楚是否要包含带有 @EnableSwagger2 注释的单独 Swagger 配置 class,所以我在项目设置中省略了它。
任何帮助将不胜感激!
真诚的, 巴拉斯