From 4d3286b758594acab704d92159b4e4df3deaf7bb Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期五, 17 一月 2025 11:32:14 +0800
Subject: [PATCH] 增加暂停的工程号到选择工程的数据列里,更变engineering表的实现层到公共里

---
 hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml |   28 ++++++++--------------------
 1 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
index c16715a..f9c22aa 100644
--- a/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/application.yml
@@ -3,16 +3,16 @@
 
 spring:
   profiles:
-    active: dev
+    active: prod
   application:
     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,17 +29,5 @@
   xMaxSize: 2800
   temperingOutTargetPosition: 930
   artificialOutTargetPosition: 931
-
-  scan:
-    ip: 192.168.30.199
-    port: 5000
-kangaroohy:
-  milo:
-    enabled: false
-    primary: default
-    config:
-      default:
-        endpoint: opc.tcp://192.168.2.100:49320
-        security-policy: basic256sha256
-        username: admin
-        password: 1qaz2wsx3edc4rfv
\ No newline at end of file
+  slotMaxHeight: 2500
+  slotMaxthickness: 12

--
Gitblit v1.8.0