a

axon-spring-boot-autoconfigure

Module providing support for auto configuration of the framework through Spring Boot.
Files download
File Operation
axon-spring-boot-autoconfigure-4.6.7.jar download
axon-spring-boot-autoconfigure-4.6.7.pom download
axon-spring-boot-autoconfigure-4.6.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.axonframework</groupId>
  <artifactId>axon-spring-boot-autoconfigure</artifactId>
  <version>4.6.7</version>
</dependency>
Gradle Groovy
implementation 'org.axonframework:axon-spring-boot-autoconfigure:4.6.7'
Gradle Kotlin
implementation("org.axonframework:axon-spring-boot-autoconfigure:4.6.7")
Scala SBT
libraryDependencies += "org.axonframework" % "axon-spring-boot-autoconfigure" % "4.6.7"
Groovy Grape
@Grapes(
  @Grab(group='org.axonframework', module='axon-spring-boot-autoconfigure', version='4.6.7')
)
Apache Ivy
<dependency org="org.axonframework" name="axon-spring-boot-autoconfigure" rev="4.6.7" />
Leiningen
[org.axonframework/axon-spring-boot-autoconfigure "4.6.7"]
Apache Buildr
'org.axonframework:axon-spring-boot-autoconfigure:jar:4.6.7'