Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 274 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 274 Bytes

spring-webflux-sample

This is a sample project to demonstrate the use of Spring WebFlux.

Features

  • Reactive programming
  • WebFlux
  • R2DBC
  • H2

Requirements

  • Java 17

Usage

To run the application, execute the following command:

./gradlew bootRun