From 4015ba090376e8fa93a95ef7f4e29ac5f0bed4b8 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期二, 22 八月 2023 15:05:00 +0800 Subject: [PATCH] 日志优化 --- src/main/resources/application.yml | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2f6c991..a2f5e97 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,4 +1,9 @@ spring: + servlet: + multipart: + enabled: true + max-file-size: 30MB + max-request-size: 30MB datasource: # 浣跨敤druid鏁版嵁搴撹繛鎺ユ睜 druid: @@ -49,6 +54,8 @@ endpoint: http://192.168.1.15:9001 accessKey: admin secretKey: xzx12345 +server: + port: 8088 logging: level: - com.ard: info \ No newline at end of file + com.ard.utils.hiksdk.service.impl.FMSGCallBack: debug -- Gitblit v1.9.3