From 9018bdb6ede7bccd16d78dd2de51bf88754012df Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 07 七月 2025 16:49:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/S7_master'
---
hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application.yml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application.yml
index b22d666..c0085a8 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/application.yml
@@ -3,16 +3,16 @@
spring:
profiles:
- active: dev
+ active: yw
application:
name: hollowGlass
liquibase:
enabled: false
-# task:
-# scheduling:
-# pool:
-# size: 10
-# thread-name-prefix: task-hollowGlass
+ task:
+ scheduling:
+ pool:
+ size: 3
+ thread-name-prefix: task-hollowGlass
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
# configuration:
--
Gitblit v1.8.0