From 1de61832f881d4a2043690ee2932a7373c7daf4d Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 05 十一月 2025 10:31:10 +0800
Subject: [PATCH] 二线线路
---
hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application-dev.yml | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application-dev.yml b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application-dev.yml
index 3ce9b6e..8637032 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application-dev.yml
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application-dev.yml
@@ -27,4 +27,20 @@
database: 0
host: 127.0.0.1
port: 6379
- password: 123456
\ No newline at end of file
+ password: 123456
+ cache:
+ type: redis # 鏄庣‘鎸囧畾缂撳瓨绫诲瀷
+ redis:
+ time-to-live: -1 # 缂撳瓨杩囨湡鏃堕棿
+ cache-null-values: true # 鏄惁缂撳瓨绌哄��
+ use-key-prefix: true # 浣跨敤key鍓嶇紑
+kangaroohy:
+ milo:
+ enabled: false
+ primary: default
+ config:
+ default:
+ endpoint: opc.tcp://10.153.19.150:49320
+ security-policy: basic256sha256
+ username: admin
+ password: 1qaz2wsx3edc4rfv
\ No newline at end of file
--
Gitblit v1.8.0