From 9c860a46c008b00179d68421f23ffced53b1ea4e Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期一, 09 九月 2024 08:34:27 +0800 Subject: [PATCH] 1、新增字典类型表接字典详情表 2、钢化前任务已设置完成,带联调 --- 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