Multiple Spring Boot applications in the same project
I frequently use the Spring Boot framework in my demos. The latest one is no different. It shows how to achieve CQRS using two different code paths:
the command part is implemented via Spring Data JPA
the query part via jOOQ
My use case is a bankin...
frankel.hashnode.dev4 min read