Last Version

spring-boot-starter-request-correlation 2.0.0

A Spring Boot starter that can set correlation ids on outgoing requests.

License

License

Categories

Categories

Spring Boot Container Microservices Net
GroupId

GroupId

net.saliman
ArtifactId

ArtifactId

spring-boot-starter-request-correlation
Version

Version

2.0.0
Type

Type

jar
Description

Description

spring-boot-starter-request-correlation
A Spring Boot starter that can set correlation ids on outgoing requests.
Project URL

Project URL

https://github.com/stevesaliman/spring-boot-starter-request-correlation
Source Code Management

Source Code Management

https://github.com/stevesaliman/spring-boot-starter-request-correlation

Download spring-boot-starter-request-correlation 2.0.0


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

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.6.RELEASE
org.springframework.cloud : spring-cloud-starter-openfeign jar 2.1.1.RELEASE
org.springframework.cloud : spring-cloud-starter-netflix-ribbon jar 2.1.1.RELEASE
org.apache.httpcomponents : httpclient jar 4.5.3
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.