Java 26392 Move modules to patterns-module (#15060)

* JAVA-26392 Move axon module and ddd module to patterns-modules

* JAVA-26292 Move ddd-contexts to patterns-module
This commit is contained in:
anuragkumawat
2023-10-27 15:57:32 +05:30
committed by GitHub
parent 16b931c4df
commit 1028ab97c4
146 changed files with 23 additions and 28 deletions
+7
View File
@@ -0,0 +1,7 @@
docker run \
-d \
--name order_projection \
-p 27017:27017 \
-e MONGO_INITDB_ROOT_USERNAME=admin1234 \
-e MONGO_INITDB_ROOT_PASSWORD=somepassword \
mongo