java-tutorials/axon/start_axon_server.sh
Gerard Klijs 2f9967dcd3 BAEL-4769 Additions for 'Querying the Query Model in Axon' (#12578)
* 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>
2022-09-06 14:04:07 -04:00

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