From 1c207b3181f1bf89f2e1f5ea4772ed58a2c3d748 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 09 四月 2025 09:54:55 +0800
Subject: [PATCH] 添加参数公共类与脚本

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

diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 47384ed..3870eb2 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8086
+  port: 10013
 
 spring:
   profiles:
@@ -9,19 +9,8 @@
   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.10.241:49320
-        security-policy: basic256sha256
-        username: liu
-        password: 1qaz2wsx3edc4rfv
+#  configuration:
+#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 

--
Gitblit v1.8.0