Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 395 Bytes

File metadata and controls

9 lines (5 loc) · 395 Bytes

Reactive Spring with R2dbc Repository

This example demonstrates the usage of reactive programming and Spring Data R2DBC.

It also demonstrates 2 types of controllers, the classical approach and approach with Router Functions configuration.

Finally, on startup we consume Sports data using reactive pipelines and save it to DB. In this process we exercise to apply backpressure and log it.