Creating the Spring Cloud Zipkin server

We will create our Zipkin panel structure in Spring Initializr, and then we need to follow the instructions:

Awesome – take a look at the Selected Dependencies section, all of them are required. Pay attention to the Spring Boot version. We choose 1.5.9, because there is no support for Zipkin server in Spring Boot 2. It is not a problem because we do not need specific features from Spring Boot 2.

Click on the Generate Project button and wait for the download to finish. Afterwards, open the project in IDE.

In order to enable service discovery and store Spans on a database, we need to put the following ...

Get Spring 5.0 By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.