Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

spring-boot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Spring Boot Application Instrumented With OpenTracing

Spring Boot application instrumented with OpenTracing.

Build & Run

$ mvn clean install
$ java -jar target/opentracing-jaxrs2-example-spring-boot-exec.jar

Example Requests

$ curl -ivX GET 'http://localhost:3000/hello/1'

More requests can be found in integration-tests/common/../rest/TestHandler.java