Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 402 Bytes

spring-data-create-reactive.md

File metadata and controls

13 lines (10 loc) · 402 Bytes
authorms.datems.authorms.reviewer
KarlErickson
07/22/2022
karler
seal

Create a reactive Spring Boot application

To create a reactive Spring Boot application, we'll use Spring Initializr. The application that we'll create uses:

  • Spring Boot 2.7.11.
  • The following dependencies: Spring Reactive Web (also known as Spring WebFlux) and Spring Data R2DBC.
close