From f64693c0da5483d8670220bf3a5bf89a32e94a20 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 07 十一月 2025 10:34:21 +0800
Subject: [PATCH] 解决线上打包问题
---
backend/src/main/resources/application.yml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml
index f4b9dda..0718406 100644
--- a/backend/src/main/resources/application.yml
+++ b/backend/src/main/resources/application.yml
@@ -78,8 +78,11 @@
level:
com.rongyichuang: DEBUG
org.springframework.security: DEBUG
+ org.springframework.transaction: DEBUG
+ org.springframework.orm.jpa: DEBUG
org.hibernate.SQL: DEBUG
org.hibernate.type.descriptor.sql.BasicBinder: TRACE
+ org.hibernate.engine.transaction: DEBUG
# 搴旂敤閰嶇疆
app:
--
Gitblit v1.8.0