Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 383 Bytes

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)