/spring-webflux-crud

Testing Spring Webflux

Primary LanguageJavaEuropean Union Public License 1.2EUPL-1.2

Spring Webflux: A basic CRUD application with SSE

Based on the work of:

Requires:

  • Java 10
  • Spring Boot 2.0.0
  • Reactive Web

Uses:

  • Domain objects
  • Data repository
  • A handler for streams of 1 element (Mono)
  • A handler for streams of N elements (Flux)