Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgilad/spring-boot-webflux-swagger-starter
An example project to illustrate how to document Spring Boot Webflux with Swagger2
https://github.com/pgilad/spring-boot-webflux-swagger-starter
api-documentation demo reactive spring-boot swagger swagger2 webflux
Last synced: 3 months ago
JSON representation
An example project to illustrate how to document Spring Boot Webflux with Swagger2
- Host: GitHub
- URL: https://github.com/pgilad/spring-boot-webflux-swagger-starter
- Owner: pgilad
- License: mit
- Created: 2018-09-11T10:15:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T06:19:41.000Z (over 4 years ago)
- Last Synced: 2024-10-24T12:27:36.552Z (3 months ago)
- Topics: api-documentation, demo, reactive, spring-boot, swagger, swagger2, webflux
- Language: Java
- Size: 420 KB
- Stars: 63
- Watchers: 11
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-webflux-swagger-starter
> An example project to illustrate how to document Spring Boot Webflux with Swagger2
## Requirements
- Java 11
## Installation
```bash
$ git clone https://github.com/pgilad/spring-boot-webflux-swagger-starter.git
```## Usage
```bash
$ gradle bootRun
```Now open your favorite web-browser (Chrome) to `http://localhost:8080/swagger-ui.html` which is automatically
generated from the `HelloController` web-flux mapping.![swagger-ui](./images/swagger-ui.png)
## License
MIT © [Gilad Peleg](https://www.giladpeleg.com)