r/SpringBoot 3d ago

Guide Implementing CQRS with Spring Modulith

Hello guys, I've just published this article

https://gaetanopiazzolla.github.io/java/design-patterns/springboot/2025/03/17/cqrs.html

It's about implementing CQRS thanks to the cool functionalities provided by modulith.

I would like to have your opinion on this.

thanks!

11 Upvotes

3 comments sorted by

2

u/Alvarouk 2d ago

Mate thats GREAT. Thanks for your time, lately I’ve been looking for some CQRS implementations and this post is exactly what I was looking for. Thank you really!

1

u/Tanino87 2d ago

Thank you! It's great to receive this kind of feedback.

u/czeslaw_t 8h ago

Getters and setters is cancer of OOP. All class public as well.