Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 568 Bytes

File metadata and controls

28 lines (17 loc) · 568 Bytes

spring-boot-webflux-swagger-starter

An example project to illustrate how to document Spring Boot Webflux with Swagger2

Requirements

  • Java 11

Installation

$ git clone https://github.com/pgilad/spring-boot-webflux-swagger-starter.git

Usage

$ 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

License

MIT © Gilad Peleg