From 7b18719395d285812986a6ec876e4c55359185f2 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 23 十二月 2024 16:59:06 +0800
Subject: [PATCH] 1、卧式理片推送数据与切割版图推送数据websocket分开
---
hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
index 56609e7..71d5812 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
@@ -8,11 +8,11 @@
name: hollowGlass
liquibase:
enabled: false
- task:
- scheduling:
- pool:
- size: 10
- thread-name-prefix: task-hollowGlass
+# task:
+# scheduling:
+# pool:
+# size: 10
+# thread-name-prefix: task-hollowGlass
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
configuration:
@@ -29,10 +29,8 @@
xMaxSize: 2800
temperingOutTargetPosition: 930
artificialOutTargetPosition: 931
-
- scan:
- ip: 192.168.30.199
- port: 5000
+ slotMaxHeight: 2500
+ slotMaxthickness: 12
kangaroohy:
milo:
enabled: true
--
Gitblit v1.8.0