Skip to content

649000/springboot-reactive-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Reactive REST API

Overview

This repository serves as a proof of concept (POC) highlighting the implementation of a Spring Boot Reactive REST API. The project utilizes an embedded H2 database to illustrate the capabilities of reactive programming within the Spring ecosystem.

Objectives

This project showcases the prowess of reactive programming within the Spring framework, emphasizing the usage of reactive data access and processing through Spring Data R2DBC and Project Reactor. The embedded H2 database serves as a lightweight yet illustrative choice for this proof of concept.

Technologies Utilized

  • Spring Boot: Empowering rapid and efficient development of the REST API.
  • Spring Data R2DBC: Utilizing reactive database drivers for seamless integration of reactive data access.
  • Spring Webflux with Project Reactor: Leveraging reactive programming paradigms for asynchronous and non-blocking operations.
  • Lombok: Simplifying Java code with concise annotations to reduce boilerplate code.
  • Maven: Managing dependencies and project build.

Project Status

Feature Status
CRUD on models Completed

About

Spring Boot Reactive API with H2 embedded database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages