From 914278f6110c03250d24ed0f1f4a7d5675a228e5 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期五, 28 二月 2025 09:41:34 +0800
Subject: [PATCH] 增加破损返回数据,破损请求类增加字段

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

diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index 5e4b546..1127d92 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -1,12 +1,12 @@
 server:
-  port: 8084
+  port: 10016
 spring:
   profiles:
-    active: prod
+    active: dev
   application:
     name: temperingGlass
   liquibase:
-    enabled: true
+    enabled: false
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:
@@ -20,7 +20,7 @@
     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