cerberus-client-proxy-spring-boot-autoconfigure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sinkedship.cerberus</groupId> <artifactId>cerberus-client-proxy-spring-boot-autoconfigure</artifactId> <version>0.2.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>cerberus-spring-boot-starter-root</artifactId> <groupId>com.sinkedship.cerberus</groupId> <version>0.2.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cerberus-client-proxy-spring-boot-autoconfigure</artifactId> <packaging>jar</packaging> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.sinkedship.cerberus</groupId> <artifactId>cerberus-service-client</artifactId> </dependency> </dependencies> </project>