<dependency>
<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-autoconfigure</artifactId>
<version>4.0</version>
</dependency>
@Grapes(
@Grab(group='org.axonframework', module='axon-spring-boot-autoconfigure', version='4.0')
)
<parent> <groupId>org.axonframework</groupId> <artifactId>axon</artifactId> <version>4.0</version> </parent>
compile
|-- org.axonframework:axon-spring
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework:spring-web
|-- org.axonframework:axon-metrics
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-data-jpa
|-- org.axonframework:axon-server-connector
test
|-- org.springframework.boot:spring-boot-starter-test