调整 音频合成

This commit is contained in:
spllzh
2025-10-06 12:17:34 +08:00
parent 725a5294d0
commit 20378e8115
43 changed files with 508 additions and 60 deletions

View File

@@ -71,6 +71,11 @@ spring:

View File

@@ -69,8 +69,22 @@ spring:
output:
ansi:
enabled: always
mybatis:
# 文件上传配置
servlet:
multipart:
# 单个文件最大大小50MB
max-file-size: 50MB
# 总上传大小限制100MB
max-request-size: 100MB
# 文件写入磁盘的阈值1MB
file-size-threshold: 1MB
# 是否延迟文件解析
resolve-lazily: false
main:
allow-bean-definition-overriding: true
mybatis:
configuration:
# 开启SQL日志 - 这是最重要的配置
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

View File

@@ -253,3 +253,8 @@
</body>
</html>