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 | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4f0add0..a2f5e97 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,9 @@ - spring: + servlet: + multipart: + enabled: true + max-file-size: 30MB + max-request-size: 30MB datasource: # 浣跨敤druid鏁版嵁搴撹繛鎺ユ睜 druid: @@ -30,7 +34,7 @@ port: 40000 enabled: true tcp: - enabled: false + enabled: true mqtt: host: tcp://192.168.1.15:1883 clientId: cc3 @@ -50,8 +54,8 @@ endpoint: http://192.168.1.15:9001 accessKey: admin secretKey: xzx12345 +server: + port: 8088 logging: level: - com.ard: info -server: - port: 8088 \ No newline at end of file + com.ard.utils.hiksdk.service.impl.FMSGCallBack: debug -- Gitblit v1.9.3