support run sql script file in jdbc protocol config (#1117)

This commit is contained in:
tomsun28
2023-07-27 17:02:05 +08:00
committed by GitHub
parent da17d74924
commit 35655bdd2e
3 changed files with 16 additions and 1 deletions
+6
View File
@@ -56,6 +56,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- run sql script-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.3.23</version>
</dependency>
<!-- kafka -->
<dependency>
<groupId>org.apache.kafka</groupId>