导入文件大小修改

This commit is contained in:
JEECG
2025-11-23 21:52:02 +08:00
parent a5437c9e4a
commit 7d5af51fde
3 changed files with 30 additions and 0 deletions

View File

@@ -1,6 +1,16 @@
server:
port: 8085
tomcat:
max-swallow-size: -1
error:
include-exception: true
include-stacktrace: ALWAYS
include-message: ALWAYS
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
#数据库
datasource:
url: jdbc:mysql://${MYSQL-HOST:127.0.0.1}:${MYSQL-PORT:3306}/${MYSQL-DB:jimureport}?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai

View File

@@ -1,6 +1,16 @@
server:
port: 8085
tomcat:
max-swallow-size: -1
error:
include-exception: true
include-stacktrace: ALWAYS
include-message: ALWAYS
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
#数据库
datasource:
url: jdbc:mysql://${MYSQL-HOST:127.0.0.1}:${MYSQL-PORT:3306}/${MYSQL-DB:jimureport}?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai

View File

@@ -1,6 +1,16 @@
server:
port: 8085
tomcat:
max-swallow-size: -1
error:
include-exception: true
include-stacktrace: ALWAYS
include-message: ALWAYS
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
#配置静态资源
mvc:
static-path-pattern: /**