* Update to latest and include script to start axon server * Add the two other types of queries * Add unit and integration tests for the queries * BAEL-4769 Formatting Co-authored-by: bipster <openbip@gmail.com>
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
docker run \
|
|
-d \
|
|
--name axon_server \
|
|
-p 8024:8024 \
|
|
-p 8124:8124 \
|
|
-e AXONIQ_AXONSERVER_NAME=order_demo \
|
|
axoniq/axonserver |