Simple Spring Boot application to demonstrate WebMVC.fn to proxy requests to https://postman-echo.com/
using rest template.
If resttemplate
profile is active uses RestTemplate
to proxy requests to https://postman-echo.com/
,
else RestClient
to proxy requests to https://postman-echo.com/
.
If docker-compose
profile is active the starts and stops Docker container running Zipkin.
For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Distributed Tracing Reference Guide
- Getting Started with Distributed Tracing
- Spring Web
- Spring Boot Actuator
The following guides illustrate how to use some features concretely:
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
- Building a RESTful Web Service with Spring Boot Actuator
These additional references should also help you: