From 75d134dc980ffe6b7607e568fc80b60329999b9e Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期一, 07 四月 2025 08:41:04 +0800
Subject: [PATCH] 1.VIP订单过期检测-每天凌晨一点执行一次

---
 src/main/resources/application-test.yml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index c3da101..a6bb438 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -3,7 +3,7 @@
     active: test,swagger
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
-    url: jdbc:mysql://47.96.225.205:3306/smart-message?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&allowMultiQueries=true
+    url: jdbc:mysql://47.96.225.205:3306/smart_message?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2b8&allowMultiQueries=true
     username: root
     password: CloudRoam
     druid:
@@ -43,6 +43,7 @@
     port: 6379
 
 
+
 logging:
   level:
     ROOT: INFO

--
Gitblit v1.9.3