axoniq-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.axoniq.framework</groupId>
<artifactId>axoniq-spring-boot-starter</artifactId>
<version>5.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2026. AxonIQ B.V.
~
~ Licensed under the AXONIQ TERMS OF SERVICE,
~ Version 29 April 2026 (the "License");
~
~ The software is available for evaluation use without registration.
~ Continued use beyond the evaluation period requires registration
~ and a commercial license. See the License for the specific language
~ governing permissions and limitations under the License.
~ You may not use this file except in compliance with the License.
~
~ You may obtain a copy of the License at:
~ https://www.axoniq.io/legal/terms-of-service
~
~ For licensing information and to register, visit:
~ https://www.axoniq.io/pricing
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.axoniq.framework</groupId>
<artifactId>axoniq-framework-spring</artifactId>
<version>5.1.0</version>
</parent>
<artifactId>axoniq-spring-boot-starter</artifactId>
<name>Axoniq Framework - Spring Boot Starter</name>
<description>
Starter bundling the Axoniq framework autoconfiguration for Spring Boot.
</description>
<dependencies>
<dependency>
<groupId>io.axoniq.framework</groupId>
<artifactId>axoniq-spring-boot-autoconfigure</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>