From bad3d455414d91a78c3112761f65a2d74ed9bde7 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 12 Jun 2026 10:11:19 +0800
Subject: [PATCH] feat(mall): 更新用户注册和登录功能
---
src/main/resources/application-test.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index bcdaf4f..f14fefb 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -2,7 +2,7 @@
datasource:
dynamic:
# 是否开启 SQL日志输出,生产环境建议关闭,有性能损耗
- p6spy: true
+ p6spy: false
hikari:
connection-timeout: 30000
max-lifetime: 1800000
@@ -84,8 +84,8 @@
static:
resource:
- url: http://blnka.csxuncong.com/file/
- path: /mnt/sdc/webresource/file/
+ url: https://res.mye2u.com/
+ path: /home/javaweb/resource/
system:
job: true
\ No newline at end of file
--
Gitblit v1.9.1