From aaea873695cd27a28ca9fec7e79a34db31e7527c Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 10 九月 2025 15:20:44 +0800
Subject: [PATCH] #
---
src/main/resources/application.yml | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c20a4eb..f7c3ff0 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -17,10 +17,14 @@
mvc:
static-path-pattern: /**
redis:
- host: 192.168.4.77
+ host: 127.0.0.1
port: 6379
database: 0
# password: 123456
+ task:
+ scheduling:
+ pool:
+ size: 3
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
@@ -46,6 +50,11 @@
# 璇诲彇鏁版嵁鍚庤嚜鍔ㄥ垹闄�
destroyAfterReading: true
+deviceExecuteConfig:
+ # 姣忎釜绾跨▼绠℃帶璁惧鎵ц鏁伴噺
+ threadControlCount: 10
+ liftType: lift
+
## 涓嬩綅鏈洪厤缃�
#wcs-slave:
# # 鍥涘悜绌挎杞�1
--
Gitblit v1.9.1