Skip to content

Spring Cloud Sleuth integration with a spring boot 2 functional endpoint.

Notifications You must be signed in to change notification settings

nnanda2016/spring-boot2-sleuth-integration-demo

Repository files navigation

spring-boot2-sleuth-integration-demo

Spring Cloud Sleuth integration with a spring boot 2 functional endpoint.

A demo app to show Spring Cloud Sleuth integration for a Spring Boot 2 WebFulx app.

To run the app, use following command (you need Java 8 for this)

./gradlew clean build bootRun

To test the app, you can use following URLs

Success cases

curl -v http://localhost:5002/users/U1

Failure cases

curl -v http://localhost:5002/users/U-1

About

Spring Cloud Sleuth integration with a spring boot 2 functional endpoint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages