From d25615e159231b46aab5415759cc15d32e3d8b85 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 26 六月 2024 16:05:33 +0800
Subject: [PATCH] 升级sqlserver依赖,移除多余依赖

---
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
index fd6dbd2..7f3890a 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
@@ -3,10 +3,18 @@
 
 spring:
   profiles:
-    active: cz
+    active: dev
   application:
     name: cacheVerticalGlass
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+mes:
+  sequence:
+    order: false
+  minCount: 5
+  carWidth: 5000   #澶ц溅瀹藉害
+  slotWidth: 5000   #澶ц溅瀹藉害
+  carMaxSize: 6     #澶ц溅鏈�澶у瓨鏀剧幓鐠冩暟閲�
+  galssGap: 20      #鐜荤拑闂磋窛
\ No newline at end of file

--
Gitblit v1.8.0