From a6114a739396420028f6a5397697e1e9ca90cc33 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 16 十月 2024 10:12:53 +0800
Subject: [PATCH] 版本整合05:新增opcua开关配置

---
 hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index d2bd76c..b707f28 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -14,5 +14,8 @@
   mapper-locations: classpath*:mapper/*.xml
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+kangaroohy:
+  milo:
+    enabled: false
 
 

--
Gitblit v1.8.0