语音和企微消息汇总功能开发

This commit is contained in:
zhangfan
2024-12-19 17:30:06 +08:00
parent c9efc86c16
commit 86a444c14b
12 changed files with 312 additions and 30 deletions

View File

@@ -126,6 +126,20 @@
<artifactId>xxl-job-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.clickhouse</groupId>
<artifactId>clickhouse-jdbc</artifactId>
<version>0.3.2</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.zaxxer</groupId>-->
<!-- <artifactId>HikariCP</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.alibaba</groupId>-->
<!-- <artifactId>druid-spring-boot-starter</artifactId>-->
<!-- <version>1.1.13</version>-->
<!-- </dependency>-->
</dependencies>
<build>