Spring Boot application instrumented with OpenTracing.
$ mvn clean install
$ java -jar target/opentracing-jaxrs2-example-spring-boot-exec.jar
$ curl -ivX GET 'http://localhost:3000/hello/1'
More requests can be found in integration-tests/common/../rest/TestHandler.java