Skip to content

Commit 56cf4ff

Browse files
committed
add mysql auto config
1 parent 59e67b1 commit 56cf4ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cloud-zipkin-ui/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<artifactId>zipkin-autoconfigure-ui</artifactId>
2626
</dependency>
2727
<!--mysql-->
28+
<dependency>
29+
<groupId>io.zipkin.java</groupId>
30+
<artifactId>zipkin-autoconfigure-storage-mysql</artifactId>
31+
</dependency>
2832
<dependency>
2933
<groupId>org.springframework.boot</groupId>
3034
<artifactId>spring-boot-starter-jdbc</artifactId>

0 commit comments

Comments
 (0)