From 59dbc0c01c79f901189ceb7b7d924a0dfe4f1203 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期三, 16 四月 2025 16:34:55 +0800 Subject: [PATCH] 1、卧式理片一拖二功能测试通过, 小片台新增最大尺寸配置:8mm,超过的玻璃小片只能走大线 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-dev.yml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-dev.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-dev.yml index 38c33a0..96caa07 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-dev.yml +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-dev.yml @@ -29,4 +29,14 @@ database: 0 host: 127.0.0.1 port: 6379 - password: 123456 \ No newline at end of file + password: 123456 +kangaroohy: + milo: + enabled: false + primary: default + config: + default: + endpoint: opc.tcp://192.168.2.100:49320 + security-policy: basic256sha256 + username: admin + password: 1qaz2wsx3edc4rfv \ No newline at end of file -- Gitblit v1.8.0