Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 497 Bytes

Spring-webmvc example

This application is a simple Spring Boot application, serving as example with a single REST API and telemetry - logback logging, Micrometer metrics and Micrometer+OpenTelemetry tracing.

More about the telemetry setup can be found in the telemetry/README.

Run the application

./gradlew :spring-webmvc:bootRun

Access app at http://localhost:8080.