License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Feign Net HTTP Clients |
GroupId | GroupIdtop.magicpotato |
ArtifactId | ArtifactIdspring-boot-open-feign-starter |
Last Version | Last Version11.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-open-feign-starter
spring boot 与 feign的快速集成
|
<!-- https://jarcasting.com/artifacts/top.magicpotato/spring-boot-open-feign-starter/ -->
<dependency>
<groupId>top.magicpotato</groupId>
<artifactId>spring-boot-open-feign-starter</artifactId>
<version>11.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.magicpotato/spring-boot-open-feign-starter/
implementation 'top.magicpotato:spring-boot-open-feign-starter:11.0.1'
// https://jarcasting.com/artifacts/top.magicpotato/spring-boot-open-feign-starter/
implementation ("top.magicpotato:spring-boot-open-feign-starter:11.0.1")
'top.magicpotato:spring-boot-open-feign-starter:jar:11.0.1'
<dependency org="top.magicpotato" name="spring-boot-open-feign-starter" rev="11.0.1">
<artifact name="spring-boot-open-feign-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.magicpotato', module='spring-boot-open-feign-starter', version='11.0.1')
)
libraryDependencies += "top.magicpotato" % "spring-boot-open-feign-starter" % "11.0.1"
[top.magicpotato/spring-boot-open-feign-starter "11.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.4.1 |
io.github.openfeign : feign-core | jar | 11.0 |
io.github.openfeign : feign-jackson | jar | 11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.1 |