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 | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml
index 9f5dff8..0718406 100644
--- a/backend/src/main/resources/application.yml
+++ b/backend/src/main/resources/application.yml
@@ -78,15 +78,18 @@
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:
base-url: https://rych.9village.cn
jwt:
secret: ryc-jwt-secret-key-2024-secure-256bit-hmac-sha-algorithm-compatible
- expiration: 7200000 # 2灏忔椂
+ expiration: 86400000 # 24灏忔椂
media-url: https://ryc-1379367838.cos.ap-chengdu.myqcloud.com
# 寰俊灏忕▼搴忛厤缃�
--
Gitblit v1.8.0