Skip to content

Project demonstrating the use of Spring's reactive stack (Webflux + R2DBC) compared to the servlet approach (Spring MVC). Both projects implement the same service: a user registration and listing API, including integration tests.

Notifications You must be signed in to change notification settings

RodrigoSCoutinho/reactive-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Reactive

A constructed project that showcases the usage of Spring's reactive stack (Webflux + R2DBC) in comparison to the servlet approach (Spring MVC). Both projects implement the same service: a user registration and listing API, including integration tests.

  • Spring Web Reactive
  • PostgreSQL
  • H2database
  • Spring Dev Tools
  • R2DBC

About

Project demonstrating the use of Spring's reactive stack (Webflux + R2DBC) compared to the servlet approach (Spring MVC). Both projects implement the same service: a user registration and listing API, including integration tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages