febit-boot-feign-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.febit.boot</groupId> <artifactId>febit-boot-feign-test</artifactId> <version>3.4.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.febit.boot</groupId> <artifactId>febit-boot-feign-test</artifactId> <version>3.4.2</version> <name>febit-boot-parent</name> <description>Febit Boot</description> <url>https://github.com/febit/febit-boot</url> <organization> <name>Febit</name> <url>https://github.com/febit</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://github.com/febit/febit-boot/blob/main/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>zqq</id> <name>Zhu Qingqing</name> <email>zqq@febit.org</email> <timezone>+8</timezone> </developer> </developers> <scm> <connection>scm:git:https://github.com/febit/febit-boot.git</connection> <developerConnection>scm:git:https://github.com/febit/febit-boot.git</developerConnection> <url>https://github.com/febit/febit-boot</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/febit/febit-boot/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.febit.boot</groupId> <artifactId>febit-boot-feign</artifactId> <version>3.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-okhttp</artifactId> <version>13.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-context</artifactId> <version>4.2.1</version> <scope>compile</scope> </dependency> </dependencies> </project>