This post is over a year old, some of this information may be out of
date.
I look around for a decent Spring 5 Reactor based Java clean architecture repository for reference. But seems like there is no one stop solution.
So I improvised...
First Choice - Axon Framework
If you are not into Monos and Flux, you may want to consider Axon Framework , you just need to use the Command and Query as the Use Cases.
The Possiblities
The samples below helped me to shape my options. Although most of them are based on Android architecture:
- A Guided Tour inside a clean architecture code base. with its github repository - although this is based on Android, the reactive style still applicable for Spring 5, I used this as the basis for clean architecture.
- mattia-battiston/clean-architecture-example - DataProvider, Dto