Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.12 KB

Build Status Codacy Badge codecov License: GPL v3

spring-webflux-swagger-demo

Demo of exposing REST API using Spring Boot / Spring WebFlux and Swagger IO

Prerequisites

  • OpenJDK 17.0.4 or higher
  • Gradle 7.6 or higher

How to build

./gradlew build

How to launch

Run ./gradlew bootRun and navigate to Swagger UI using your favorite browser.

REST API exposed

Reactive REST API endpoints exposed are published.