From 66d9a37adfa32014d479ae1e67575d2392084676 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期五, 12 九月 2025 09:05:51 +0800 Subject: [PATCH] 1、大屏动画修改 --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml new file mode 100644 index 0000000..ca91dce --- /dev/null +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml @@ -0,0 +1,41 @@ +server: + port: 8085 + +spring: + profiles: + active: prod + application: + name: unLoadGlass + liquibase: + enabled: false + task: + scheduling: + pool: + size: 10 + thread-name-prefix: task-unLoad + druid: + initial-size: 5 + min-idle: 5 + max-active: 10 + time-between-eviction-runs-millis: 60000 + connection-properties: druid,stat,mergeSql=true,druid,stat ,slowSalMillis=5000 + +mybatis-plus: + mapper-locations: classpath*:mapper/*.xml +# configuration: +# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + +mes: + maxWidth: 2500 #涓嬬墖鐨勬渶澶у搴� + maxHeight: 2000 #涓嬬墖鐨勬渶澶ч珮搴� + minWidth: 400 #涓嬬墖鐨勬渶灏忓搴� + minHeight: 400 #涓嬬墖鐨勬渶灏忛珮搴� + throughWidth: 3000 + throughHeight: 2500 + threshold: 5 #涓嬬墖鐨勬渶澶ч槇鍊� + scan: + ip: 192.168.30.199 + port: 5000 +kangaroohy: + milo: + enabled: false \ No newline at end of file -- Gitblit v1.8.0