License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices H2 Data Databases OAuth2 Security Feign Net HTTP Clients |
GroupId | GroupIdcom.nextgearcapital |
ArtifactId | ArtifactIdfeign-hystrix-oauth2-spring-boot-starter |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot AutoConfiguration :: Feign Hystrix OAuth2 Starter
Spring Boot Auto configuration passing Spring Security Context along to Hystrix enabled Feign clients.
|
<!-- https://jarcasting.com/artifacts/com.nextgearcapital/feign-hystrix-oauth2-spring-boot-starter/ -->
<dependency>
<groupId>com.nextgearcapital</groupId>
<artifactId>feign-hystrix-oauth2-spring-boot-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.nextgearcapital/feign-hystrix-oauth2-spring-boot-starter/
implementation 'com.nextgearcapital:feign-hystrix-oauth2-spring-boot-starter:1.0.3'
// https://jarcasting.com/artifacts/com.nextgearcapital/feign-hystrix-oauth2-spring-boot-starter/
implementation ("com.nextgearcapital:feign-hystrix-oauth2-spring-boot-starter:1.0.3")
'com.nextgearcapital:feign-hystrix-oauth2-spring-boot-starter:jar:1.0.3'
<dependency org="com.nextgearcapital" name="feign-hystrix-oauth2-spring-boot-starter" rev="1.0.3">
<artifact name="feign-hystrix-oauth2-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nextgearcapital', module='feign-hystrix-oauth2-spring-boot-starter', version='1.0.3')
)
libraryDependencies += "com.nextgearcapital" % "feign-hystrix-oauth2-spring-boot-starter" % "1.0.3"
[com.nextgearcapital/feign-hystrix-oauth2-spring-boot-starter "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-web Optional | jar | |
org.springframework.security : spring-security-web Optional | jar | |
org.springframework.security.oauth : spring-security-oauth2 Optional | jar | |
com.netflix.feign : feign-core Optional | jar | |
com.netflix.feign : feign-hystrix Optional | jar | |
com.netflix.hystrix : hystrix-core Optional | jar | |
javax.servlet : javax.servlet-api Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |