From 3d27b68f16299cb37d5705b3d9b3f5485faf607e Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期四, 12 九月 2024 08:32:52 +0800 Subject: [PATCH] 仓储模块三个表格及增删改查、数据推送 --- hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml index c959cf7..471cdae 100644 --- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml @@ -11,4 +11,7 @@ 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: + width: 2800 + height: 5000 \ No newline at end of file -- Gitblit v1.8.0