1 min read

Java Clean Architecture

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: