From 13304e6d01f1da6467996c3d2796fac948871194 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 13 三月 2025 17:28:32 +0800
Subject: [PATCH] 1、中空lisec文件优化:出片顺序

---
 hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index ed2ac7c..c71e71e 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -1,24 +1,26 @@
 server:
-  port: 8084
+  port: 10016
 spring:
   profiles:
     active: dev
   application:
     name: temperingGlass
   liquibase:
-    enabled: true
+    enabled: false
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+#  configuration:
+#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 mes:
   width: 2800
   height: 5000
+kangaroohy:
   milo:
+    enabled: false
     primary: default
     config:
       default:
-        endpoint: opc.tcp://zidonghua:49320
+        endpoint: opc.tcp://10.153.19.150:49320
         security-policy: basic256sha256
-        username: zsh
+        username: admin
         password: 1qaz2wsx3edc4rfv
\ No newline at end of file

--
Gitblit v1.8.0