From b903ae9914d68dec427b90d14b59a2ffeb32a8ee Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期六, 07 十月 2023 10:40:41 +0800 Subject: [PATCH] 优化 --- src/main/resources/application-prod.yml | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index c74b5f0..b219f3f 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -49,19 +49,24 @@ timeout: 100 keepalive: 60 enabled: true + # 鐩楃數鎺ュ彛鍦板潃 stealelec: + enabled: false url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil -mybatis: - typeAliasesPackage: com.ard.alarm.**.domain - mapperLocations: classpath:/mapper/*.xml - + # 涓夊巶鏁板瓧鍖栧湴鍧� + digitization3: + enabled: false +# mybatis-plus閰嶇疆 +mybatis-plus: + type-aliases-package: com.ard.alarm.**.domain + mapper-locations: classpath:/mapper/*.xml server: port: 8088 logging: level: hikSdk: debug - mqtt: info + mqtt: debug netty: info external: info camera: info - tube: info + tube: info \ No newline at end of file -- Gitblit v1.9.3