webflux-r2dbc-pagination-sort

Project Setup Project Structure Database setup application.properties logging.level.org.springframework.r2dbc=DEBUG spring.r2dbc.url=r2dbc:postgresql://localhost:5432/reactivedb spring.r2dbc.username=postgres spring.r2dbc.password=postgres init.sql DROP TABLE IF…

webflux-postgresql-example-01

R2DBC WebFlux (see: http://jreact.com/index.php/crud/webflux/) About Mono and Flux see:https://github.com/ZbCiok/reactor-mono-and-flux-exampleshttp://jreact.com/index.php/repository/project-reactor/ We will build a Spring WebFlux…