An example project to illustrate how to document Spring Boot Webflux with Swagger2
- Java 11
$ git clone https://github.com/pgilad/spring-boot-webflux-swagger-starter.git
$ 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.
MIT © Gilad Peleg