Files
ddd-cqrs-4-java-example/quarkus/shared
Michael Schnell e3c2af67fc Fixed typo
2019-12-31 09:34:49 +01:00
..
2019-12-30 18:49:39 +01:00
2019-12-30 18:49:39 +01:00
2019-12-31 09:34:49 +01:00

cqrs4j-quarkus-example-shared

Code shared between Quarkus command and query microservice.

⚠️ Normally you should not share code this way between your command and query microservices. A shared-nothing approach is a good practice for microservices (See for example Don't Share Libraries among Microservices). You can simply copy the content of this module directly into your command and query projects.