From 57fd91871001c5cb49b13485d0b932e69c3a42a4 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期一, 23 九月 2024 11:17:01 +0800 Subject: [PATCH] 原片仓储代码功能编写:基础功能已完成,任务编写逻辑已写完,待实现。 --- hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml | 24 ++++++++++++++++++++++++ 1 files changed, 24 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..8449550 --- /dev/null +++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml @@ -0,0 +1,24 @@ +server: + port: 8082 + +spring: + profiles: + active: dev + application: + name: cacheVerticalGlass + liquibase: + enabled: false +mybatis-plus: + mapper-locations: classpath*:mapper/*.xml +# configuration: +# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl +mes: + sequence: + order: false + minCount: 20 + carWidth: 5000 #澶ц溅瀹藉害 + slotWidth: 5000 #澶ц溅瀹藉害 + inCarMaxSize: 0 #杩涚墖澶ц溅鏈�澶у瓨鏀剧幓鐠冩暟閲� + outCarMaxSize: 2 #鍑虹墖澶ц溅鏈�澶у瓨鏀剧幓鐠冩暟閲� + glassGap: 350 #鐜荤拑闂磋窛 + xMaxSize: 2800 \ No newline at end of file -- Gitblit v1.8.0