Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/webflux-swagger2-spring-boot-starter
webflux-swagger2-spring-boot-starter
https://github.com/hiwepy/webflux-swagger2-spring-boot-starter
Last synced: 6 days ago
JSON representation
webflux-swagger2-spring-boot-starter
- Host: GitHub
- URL: https://github.com/hiwepy/webflux-swagger2-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2019-04-11T03:22:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T04:22:47.000Z (over 2 years ago)
- Last Synced: 2023-07-26T21:57:55.486Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webflux-swagger2-spring-boot-starter
Spring Boot Starter For WebFlux With Swagger2
### 说明
> 实现 Spring WebFlux 与 Swagger2 相关对象的自动创建和参数绑定
### Maven
com.github.hiwepy
webflux-swagger2-spring-boot-starter
1.0.4-SNAPSHOT
### 配置参考
> application.yml
################################################################################################################
###接口文档(Swagger UI)配置:
################################################################################################################
swagger:
title: Swagger WebFlux Demo
description: Swagger WebFlux Demo
version: 1.0.0-SNAPSHOT
license: Apache License, Version 2.0
license-url: https://www.apache.org/licenses/LICENSE-2.0.html
contact:
name: wandl
email: [email protected]
url: https://www.wdlspace.com/
base-package: io.github.wandl
base-path-pattern: /**### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-webflux-swagger2](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-webflux-swagger2 "spring-boot-sample-webflux-swagger2")
### 参考资料
参考https://my.oschina.net/go4it/blog/3035218
部分代码来来自:https://github.com/SpringForAll/spring-boot-starter-swagger