From 15e31c6e6550f9e8bf6fb1df5ca5ad4cc726b64f Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期六, 26 八月 2023 13:30:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- sys/src/main/resources/application.yml | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sys/src/main/resources/application.yml b/sys/src/main/resources/application.yml index 4457033..cc247aa 100644 --- a/sys/src/main/resources/application.yml +++ b/sys/src/main/resources/application.yml @@ -1,16 +1,17 @@ server: port: 1234 + spring: + servlet: + multipart: + max-file-size: 20MB # 鍗曚釜鏂囦欢澶у皬 + max-request-size: 1024MB # 涓�娆¤姹傛枃浠舵�诲ぇ灏� profiles: active: dev -login: - userID: 9c08241a7c38cb25efafde9dd1347bab - secret: D1E3ED958C5DB5BDF1FC9F77CE54B29B016213acd698f4686cac2f399f1c8d18 - mybatis-plus: type-aliases-package: com.yuanchu.limslaboratory.pojo - mapper-locations: classpath:mapper/*.xml + mapper-locations: classpath*:/mapper/*.xml global-config: banner: off # 鍏抽棴mybatis-plus鍚姩鍥炬爣 @@ -24,4 +25,4 @@ httpclient: enabled: false # 鍏抽棴 httpclient okhttp: - enabled: true # 寮�鍚� okhttp \ No newline at end of file + enabled: true # 寮�鍚� okhttp -- Gitblit v1.9.3