azure-documentdb-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-documentdb-spring-boot-starter</artifactId> <version>2.0.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>com.microsoft.azure</groupId> <artifactId>azure-spring-boot-parent</artifactId> <version>2.0.5</version> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> </parent> <artifactId>azure-documentdb-spring-boot-starter</artifactId> <name>Azure Document DB Spring Boot Starter</name> <description>Spring Boot Starter for Azure Document DB service</description> <url>https://github.com/Microsoft/azure-spring-boot</url> <properties> <project.rootdir>${project.basedir}/../..</project.rootdir> </properties> <dependencies> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>spring-data-cosmosdb</artifactId> </dependency> </dependencies> </project>