From 31a3c52f16927cb0a37d4a4fefb1ab2442e4cbf9 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期二, 22 十月 2024 16:00:51 +0800 Subject: [PATCH] 钢化完整版图后端新增字段,更改数据结构,前端页面获取数据更改,新增装载率 --- hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml index d61e1b4..62c6cb8 100644 --- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml @@ -10,4 +10,6 @@ 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.StdOutImplkangaroohy: + milo: + enabled: false \ No newline at end of file -- Gitblit v1.8.0