<!--Brave 核心库 --><!--The below are needed toreport traces tohttp://localhost:9411/api/v2/spans --><dependency><groupId>io.zipkin.brave</groupId><artifactId>brave</artifactId></dependency><dependency><groupId>io.zipkin.reporter2</groupId><artifactId>zipkin-sender-okhttp3</artifactId></dependency><!--Adds the MVC class and method names toserver spans --><!--Brave 对 Spring MVC 的支持 --><dependency><groupId>io.zipkin.brave</groupId><artifactId>brave-instrumentation-spring-webmvc</artifactId></dependency><!--Brave 对 MySQL 的支持 -->