优化文件下载方式.

This commit is contained in:
lijiahang
2024-06-04 18:34:19 +08:00
parent 26a6d08d96
commit 59d9739f36
32 changed files with 197 additions and 56 deletions

View File

@@ -19,6 +19,9 @@ spring:
mvc:
pathmatch:
matching-strategy: ANT_PATH_MATCHER
async:
# 异步请求时间 30min
request-timeout: 1800000
datasource:
druid:
driver-class-name: com.mysql.cj.jdbc.Driver