From efbf8663b1362137240000d4ef016eeea329fea8 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 22 四月 2025 15:55:28 +0800
Subject: [PATCH] 大屏中信息位置更改

---
 hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
index 1c8c8b3..3352a84 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
@@ -1,23 +1,13 @@
 server:
-  port: 8083
+  port: 10015
 spring:
   profiles:
-    active: yw
+    active: dev
   application:
     name: loadGlass
   liquibase:
     enabled: false
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-kangaroohy:
-  milo:
-    enabled: false
-    primary: default
-    config:
-      default:
-        endpoint: opc.tcp://192.168.0.39:49320
-        security-policy: basic256sha256
-        username: admin
-        password: 1qaz2wsx3edc4rfv
+#  configuration:
+#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file

--
Gitblit v1.8.0