Skip to content

Gui-Ramos/boilerplate-non-blocking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non Blocking Application

This project was developed with the intention of experimenting with Spring's support for reactive applications and testing reactive Hibernate.

Project Stack:

  • ☕ Java 21
  • 🌱 Spring 3.3.3
  • ⚡ Hibernate Reactive 2.3
  • 📚 Lombok
  • 📖 OpenAPI
  • 🧪 JUnit
  • 🏛️ JPA
  • 🚀 Gradle

Observations

The support to reactive application and non-blocking transactions to database using r2dbc is terrible. Low documentation, low articles updated articles, and unfortunataly without support to mock repositories in unit tests. If you need a service to make non-blocking requests to another service or to a database, I do not recommend using a Java project to do this.

About

Reactive Project with Non-Blocking requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages