Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)