Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 490 Bytes

File metadata and controls

15 lines (12 loc) · 490 Bytes

springboot-clean-architecture-with-webflux

About

This project is implementation of clean architecture with spring boot webflux.
It generated from https://github.com/CChuYong/spring-clean-architecture-template

This project is minimum approach to achieve non-blocking logics using mysql database.
It implemented default CRUD logics using webflux with tests.

Prerequisites

  • JDK 17
  • SpringBoot 2.7.5 with WebFlux(Reactive)
  • Gradle 7.5.1
  • Lombok
  • R2DBC with jasync-mysql