From ea4b6749adbd7dae4ccff32f9f7bd5fcdc0ab3b2 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期二, 10 三月 2026 11:39:02 +0800
Subject: [PATCH] 还款提醒添加日志输出,方便查看记录
---
fzzy-igdss-web/src/main/resources/application-dev.yml | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/application-dev.yml b/fzzy-igdss-web/src/main/resources/application-dev.yml
index 6325150..ea067a0 100644
--- a/fzzy-igdss-web/src/main/resources/application-dev.yml
+++ b/fzzy-igdss-web/src/main/resources/application-dev.yml
@@ -1,6 +1,6 @@
# 寮�鍙戠幆澧冮厤缃�
server:
- port: 9002
+ port: 18081
servlet:
context-path:
encoding:
@@ -69,7 +69,18 @@
config:
multi-statement-allow: true
-
+ # Redis鐩稿叧閰嶇疆
+ redis:
+ database: 2
+ host: 127.0.0.1
+ port: 6379
+ password:
+ timeout: 1000
+ pool:
+ max-active: 200
+ max-wait: -1
+ max-idle: 10
+ min-idle: 0
#JPA閰嶇疆
jpa:
--
Gitblit v1.9.3