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, 6 insertions(+), 4 deletions(-)
diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index ed2ac7c..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: dev
application:
name: temperingGlass
liquibase:
- enabled: true
+ enabled: false
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
configuration:
@@ -14,11 +14,13 @@
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