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 | 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