From ff11770517a70d7edc1828fa780e862e38748f3e Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期五, 28 三月 2025 10:07:23 +0800 Subject: [PATCH] init --- src/main/resources/application-test.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index c3da101..95fecd6 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: -- Gitblit v1.9.3