t

tracer-spring-boot-starter

链路跟踪-trace id打印
https://github.com/Dreamroute/tracer
MIT
w.dehai
Files download
File Operation
tracer-spring-boot-starter-1.4.6-RELEASE.jar download
tracer-spring-boot-starter-1.4.6-RELEASE.pom download
tracer-spring-boot-starter-1.4.6-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dreamroute</groupId>
  <artifactId>tracer-spring-boot-starter</artifactId>
  <version>1.4.6-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.dreamroute:tracer-spring-boot-starter:1.4.6-RELEASE'
Gradle Kotlin
implementation("com.github.dreamroute:tracer-spring-boot-starter:1.4.6-RELEASE")
Scala SBT
libraryDependencies += "com.github.dreamroute" % "tracer-spring-boot-starter" % "1.4.6-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dreamroute', module='tracer-spring-boot-starter', version='1.4.6-RELEASE')
)
Apache Ivy
<dependency org="com.github.dreamroute" name="tracer-spring-boot-starter" rev="1.4.6-RELEASE" />
Leiningen
[com.github.dreamroute/tracer-spring-boot-starter "1.4.6-RELEASE"]
Apache Buildr
'com.github.dreamroute:tracer-spring-boot-starter:jar:1.4.6-RELEASE'