We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e67b1 commit 56cf4ffCopy full SHA for 56cf4ff
1 file changed
cloud-zipkin-ui/pom.xml
@@ -25,6 +25,10 @@
25
<artifactId>zipkin-autoconfigure-ui</artifactId>
26
</dependency>
27
<!--mysql-->
28
+ <dependency>
29
+ <groupId>io.zipkin.java</groupId>
30
+ <artifactId>zipkin-autoconfigure-storage-mysql</artifactId>
31
+ </dependency>
32
<dependency>
33
<groupId>org.springframework.boot</groupId>
34
<artifactId>spring-boot-starter-jdbc</artifactId>
0 commit comments