From 5d16c166304f7386909cfb5909a7ead4fb3e09b9 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 04 Sep 2023 11:05:23 +0800
Subject: [PATCH] 后台修改
---
src/main/resources/application-dev.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index f0954e9..62ad2fb 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -19,7 +19,7 @@
password: 123456
# 154.91.195.148
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://120.27.238.55:3406/db_twocoin?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
+ url: jdbc:mysql://120.27.238.55:3406/db_speed?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
# username: ct_test
# password: 123456
# driver-class-name: com.mysql.cj.jdbc.Driver
@@ -27,7 +27,7 @@
redis:
# Redis数据库索引(默认为 0)
- database: 14
+ database: 8
# Redis服务器地址
host: 120.27.238.55
# Redis服务器连接端口
@@ -57,5 +57,5 @@
online-transfer: true
chain-listener: false
reset-job: false
- quartz-job: true
- debug: false
\ No newline at end of file
+ quartz-job: false
+ debug: true
\ No newline at end of file
--
Gitblit v1.9.1