From 7c8319c6b45850a47b4beaabd9442a02465aabcc Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期日, 20 十月 2024 21:06:50 +0800
Subject: [PATCH] 现场确认录入原片仓储工位基础数据
---
hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml | 30 +++++++++++++++++++++++++++---
1 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index 39ff0e5..1d9a585 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -6,12 +6,36 @@
active: dev
application:
name: cacheGlass
+ liquibase:
+ enabled: false
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+# configuration:
+# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mes:
threshold: 3
ratio: 10
+cache: # 鍗у紡鐞嗙墖鏈�澶у昂瀵�
+ cacheWidth: 4000
+ cacheHeight: 3000
+ max: # 绗簩鏉$嚎鐨勬渶澶у昂瀵镐俊鎭�
+ firstLength: 3500
+ secondLength: 2500
+ min:
+ one: #绗竴鏉$(杈圭嚎鐨勬渶灏忓昂瀵镐俊鎭�
+ firstLength: 500
+ secondLength: 400
+ two: #绗簩鏉$(杈圭嚎鐨勬渶灏忓昂瀵镐俊鎭�
+ firstLength: 400
+ secondLength: 400
sequence:
- order: true
+ 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