From f20fad8125774e487e133e909b323b43bd11db24 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 03 三月 2025 20:40:15 +0800 Subject: [PATCH] Merge branch 'master' into dev --- start/src/main/resources/application.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/start/src/main/resources/application.yml b/start/src/main/resources/application.yml index 3be20ad..3f36860 100644 --- a/start/src/main/resources/application.yml +++ b/start/src/main/resources/application.yml @@ -5,8 +5,9 @@ # 瀹炰綋鎵弿锛屽涓猵ackage鐢ㄩ�楀彿鎴栬�呭垎鍙峰垎闅� typeAliasesPackage: com.ycl.**.domain configuration: + shrink-whitespaces-in-sql: true #浠嶴QL涓垹闄ゅ浣欑殑绌烘牸瀛楃 default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler # 閫氱敤鏋氫妇澶勭悊鍣� - # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃 +# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃 global-config: db-config: id-type: auto @@ -40,6 +41,7 @@ logging: level: com.ruoyi: debug + com.ycl: debug org.springframework: warn org.flowable.engine.impl.persistence.entity.*: debug org.flowable.task.service.impl.persistence.entity.*: debug -- Gitblit v1.8.0