客户管理功能调整, 音频模型调整

This commit is contained in:
spllzh
2025-10-21 17:46:42 +08:00
parent 312e11bc9e
commit 2b9d14cc2e

View File

@@ -38,6 +38,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- Apache HttpClient 5 for RestTemplate -->
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>