From f4644873804165e9db88375f242421f00b0903f2 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期五, 11 十月 2024 08:36:01 +0800 Subject: [PATCH] 1、opc订阅断电重连功能已实现 2、移除lang包下定义字典重复字段 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml index b872b63..eaa6417 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml @@ -27,4 +27,12 @@ secondLength: 400 sequence: order: false + milo: + primary: default + config: + default: + endpoint: opc.tcp://127.0.0.1:49320 + security-policy: basic256sha256 + username: zsh + password: 1qaz2wsx3edc4rfv -- Gitblit v1.8.0