From 7f689c3cb57dcbc41ae9bcd16473239fbb9fa376 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 04 七月 2024 16:55:16 +0800
Subject: [PATCH] 更改用户模块接口和部分方法返回值,大屏线程

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

diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
new file mode 100644
index 0000000..7f3890a
--- /dev/null
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
@@ -0,0 +1,20 @@
+server:
+  port: 8082
+
+spring:
+  profiles:
+    active: dev
+  application:
+    name: cacheVerticalGlass
+mybatis-plus:
+  mapper-locations: classpath*:mapper/*.xml
+  configuration:
+    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