hp-soa-starter-data-mongodb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.hpsocket</groupId> <artifactId>hp-soa-starter-data-mongodb</artifactId> <version>1.1.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.hpsocket</groupId> <artifactId>hp-soa-starter</artifactId> <version>1.1.2</version> </parent> <artifactId>hp-soa-starter-data-mongodb</artifactId> <version>1.1.2</version> <name>${project.artifactId}</name> <description>hp-soa: a fully functional, easy-to-use, and highly scalable microservice framework</description> <url>https://github.com/ldcsaa/hp-soa</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>io.github.hpsocket</groupId> <artifactId>hp-soa-framework-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> </dependency> </dependencies> </project>