From af7f09e7965887b034c9add213bf68c816f22338 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 19 九月 2025 18:02:36 +0800
Subject: [PATCH] 中空理片笼缺片详情改造,中空一线二线三线页面改造

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

diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 50b7b24..d64339a 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -1,27 +1,16 @@
 server:
-  port: 8086
+  port: 10013
 
 spring:
   profiles:
-    active: dev
+    active: yw
   application:
     name: glassStorage
   liquibase:
     enabled: false
 
-
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-kangaroohy:
-  milo:
-    enabled: true
-    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