Fixed typo

This commit is contained in:
Michael Schnell
2019-12-31 09:34:49 +01:00
parent 0065162b09
commit e3c2af67fc

View File

@@ -1,4 +1,4 @@
# cqrs4j-quarkus-example-shared
Code shared between Quarkus command and query microservice.
> :warning: 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](https://phauer.com/2016/dont-share-libraries-among-microservices/)). You can simply copy the content of this module directly into your command and projects.
> :warning: 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](https://phauer.com/2016/dont-share-libraries-among-microservices/)). You can simply copy the content of this module directly into your command and query projects.