Spring Initializer - Zipkin Server missing?
问题 Can't see Zipkin Server when using Spring Initializer . Has it been removed? What is the alternative? 回答1: Zipkin Server is not part of Spring initializers. You have to use the official release of the Zipkin server https://github.com/openzipkin/zipkin#quick-start And custom servers are not supported anymore meaning you can't use @EnableZipkinServer anymore since 2.7 https://github.com/openzipkin/zipkin#quick-start 回答2: Lately I have been trying the same and couldn't find that option in