File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232# ## VS Code ###
3333.vscode /
34+
35+ # ## Axon Server ###
36+ axonserver /
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ services:
1212 axoniq_axonserver_autocluster_contexts : _admin
1313 spring_servlet_multipart_max-file-size : 95MB
1414 spring_servlet_multipart_max-request-size : 95MB
15+ volumes :
16+ - ./axonserver/axoniq.license:/axonserver/config/axoniq.license
1517 postgres :
1618 image : postgres:16
1719 restart : always
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ X-Player-Id: {{playerId}}
2323
2424{
2525 "creatureId" : " angel" ,
26- "increaseBy" : 1
26+ "increaseBy" : 5
2727}
2828
2929### RecruitCreature
Original file line number Diff line number Diff line change 2929 <properties >
3030 <assertj .version>3.27.3</assertj .version>
3131 <axon .version>4.11.3</axon .version>
32+ <axoniq-console .version>1.9.3</axoniq-console .version>
3233 <java .version>23</java .version>
3334 <spring-doc .version>2.8.5</spring-doc .version>
3435 <spring-modulith .version>1.4.1</spring-modulith .version>
6667 <groupId >org.axonframework</groupId >
6768 <artifactId >axon-spring-boot-starter</artifactId >
6869 </dependency >
70+ <dependency >
71+ <groupId >io.axoniq.console</groupId >
72+ <artifactId >console-framework-client-spring-boot-starter</artifactId >
73+ <version >${axoniq-console.version} </version >
74+ </dependency >
6975
7076 <dependency >
7177 <groupId >org.springdoc</groupId >
Original file line number Diff line number Diff line change 4343 ReadModel_Dwelling :
4444 mode : pooled
4545 sequencing-policy : gameIdSequencingPolicy
46+ initial-segment-count : 2
47+ batch-size : 5
4648 Read_GetAllDwellings_QueryCache :
4749 mode : subscribing
4850 sequencing-policy : gameIdSequencingPolicy
@@ -60,4 +62,10 @@ springdoc:
6062 path : /swagger-ui.html
6163 operationsSorter : method
6264 tagsSorter : alpha
63- docExpansion : none
65+ docExpansion : none
66+
67+ axoniq :
68+ console :
69+ application-name : HeroesOfDDD-Axon4
70+ credentials : XYZ
71+ dlq-mode : FULL
You can’t perform that action at this time.
0 commit comments