Last Version

spring-boot-starter-openfeign 1.2.0

An auto configure library for projects relied on Spring Boot to easily generate openfeign clients without using Eureka

License

License

Categories

Categories

Spring Boot Container Microservices Feign Net HTTP Clients
GroupId

GroupId

com.github.ethancommitpush
ArtifactId

ArtifactId

spring-boot-starter-openfeign
Version

Version

1.2.0
Type

Type

jar
Description

Description

spring-boot-starter-openfeign
An auto configure library for projects relied on Spring Boot to easily generate openfeign clients without using Eureka
Project URL

Project URL

https://github.com/ethancommitpush/spring-boot-starter-openfeign
Source Code Management

Source Code Management

https://github.com/ethancommitpush/spring-boot-starter-openfeign/tree/master

Download spring-boot-starter-openfeign 1.2.0


<!-- https://jarcasting.com/artifacts/com.github.ethancommitpush/spring-boot-starter-openfeign/ -->
<dependency>
    <groupId>com.github.ethancommitpush</groupId>
    <artifactId>spring-boot-starter-openfeign</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ethancommitpush/spring-boot-starter-openfeign/
implementation 'com.github.ethancommitpush:spring-boot-starter-openfeign:1.2.0'
// https://jarcasting.com/artifacts/com.github.ethancommitpush/spring-boot-starter-openfeign/
implementation ("com.github.ethancommitpush:spring-boot-starter-openfeign:1.2.0")
'com.github.ethancommitpush:spring-boot-starter-openfeign:jar:1.2.0'
<dependency org="com.github.ethancommitpush" name="spring-boot-starter-openfeign" rev="1.2.0">
  <artifact name="spring-boot-starter-openfeign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ethancommitpush', module='spring-boot-starter-openfeign', version='1.2.0')
)
libraryDependencies += "com.github.ethancommitpush" % "spring-boot-starter-openfeign" % "1.2.0"
[com.github.ethancommitpush/spring-boot-starter-openfeign "1.2.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.28
org.springframework.boot : spring-boot-autoconfigure jar 2.2.0.RELEASE
io.github.openfeign : feign-core jar 10.7.3
io.github.openfeign : feign-jackson jar 10.7.3
io.github.openfeign : feign-httpclient jar 10.7.3
io.github.openfeign : feign-slf4j jar 10.7.3

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.0.RELEASE

Project Modules

There are no modules declared in this project.