uhcs-spring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.kerwin612</groupId> <artifactId>uhcs-spring</artifactId> <version>0.0.3</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.kerwin612</groupId> <artifactId>uhcs-build</artifactId> <version>0.0.3</version> <relativePath>../uhcs-build</relativePath> </parent> <groupId>io.github.kerwin612</groupId> <artifactId>uhcs-spring</artifactId> <version>0.0.3</version> <name>Uniform Hystrix Concurrency Strategy Spring</name> <description>Uniform Hystrix Concurrency Strategy Build</description> <url>https://github.com/kerwin612/uhcs/uhcs-dependencies/uhcs-build/uhcs-spring/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>kerwin612</name> <email>kerwin612@qq.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/kerwin612/uhcs.git/uhcs-dependencies/uhcs-build/uhcs-spring</connection> <developerConnection>scm:git:ssh://git@github.com/kerwin612/uhcs.git/uhcs-dependencies/uhcs-build/uhcs-spring</developerConnection> <url>https://github.com/kerwin612/uhcs/uhcs-dependencies/uhcs-build/uhcs-spring</url> </scm> <dependencies> <dependency> <groupId>io.github.kerwin612</groupId> <artifactId>uhcs-core</artifactId> <version>0.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-core</artifactId> <version>1.5.18</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>2.5.4</version> <scope>provided</scope> </dependency> </dependencies> </project>