From 422f525686f9f7d426c106bb50432ec0ecc73d7d Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 01 七月 2024 09:37:58 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- 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