From d3f7b98ddd318dda7bb1e979ba731d5064b1815d Mon Sep 17 00:00:00 2001
From: dd <gitluke@outlook.com>
Date: Sun, 09 Nov 2025 11:47:39 +0800
Subject: [PATCH] 1
---
trading-order-admin/src/main/resources/redisson/redisson-dev.yml | 4 ++--
trading-order-admin/src/main/resources/redisson/redisson-spider.yml | 4 ++--
trading-order-admin/src/main/resources/application-dev.yml | 16 ++++++++--------
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/trading-order-admin/src/main/resources/application-dev.yml b/trading-order-admin/src/main/resources/application-dev.yml
index cfe1ac7..4f3473f 100644
--- a/trading-order-admin/src/main/resources/application-dev.yml
+++ b/trading-order-admin/src/main/resources/application-dev.yml
@@ -9,9 +9,9 @@
max-request-size: 100MB
datasource:
# 东八区时区
- url: jdbc:mysql://18.167.175.254:6306/all_trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&serverTimezone=Europe/Paris&useLegacyDatetimeCode=false
- username: all_t_o
- password: jsnreC3pJDj4P2sA
+ url: jdbc:mysql://127.0.0.1:3306/trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
+ username: root
+ password: b451ebeac304a78c
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
druid:
@@ -58,7 +58,7 @@
config: classpath:redisson/redisson-dev.yml
config-spider: classpath:redisson/redisson-spider.yml
host: localhost
- port: 6380
+ port: 6379
# password:
freemarker:
check-template-location: false
@@ -102,14 +102,14 @@
host: ${spring.redis.host}
port: ${spring.redis.port}
# password: ${spring.redis.password}
- database: 11
+ database: 0
db:
ip: localhost
- port: 6306
+ port: 3306
database.name: root
username: root
- password: root
+ password: b451ebeac304a78c
backup.path: /backup
http.server.host: http://localhost:8080/images/
@@ -117,7 +117,7 @@
images.dir: /mydata/img/
admin_url: https://localhost:8080/admin
web_url: http://localhost:8080/wap/
-images_http: https://syimg.yanshiz.com/
+images_http: https://img.volcanovip.cc/
email:
host: smtp.gmail.com
username: coinzne.com@gmail.com
diff --git a/trading-order-admin/src/main/resources/redisson/redisson-dev.yml b/trading-order-admin/src/main/resources/redisson/redisson-dev.yml
index ad9b8fc..188b99d 100644
--- a/trading-order-admin/src/main/resources/redisson/redisson-dev.yml
+++ b/trading-order-admin/src/main/resources/redisson/redisson-dev.yml
@@ -1,7 +1,7 @@
# 单节点设置
singleServerConfig:
- address: redis://localhost:6380
- database: 11
+ address: redis://localhost:6379
+ database: 0
# password:
idleConnectionTimeout: 10000
connectTimeout: 10000
diff --git a/trading-order-admin/src/main/resources/redisson/redisson-spider.yml b/trading-order-admin/src/main/resources/redisson/redisson-spider.yml
index ad9b8fc..188b99d 100644
--- a/trading-order-admin/src/main/resources/redisson/redisson-spider.yml
+++ b/trading-order-admin/src/main/resources/redisson/redisson-spider.yml
@@ -1,7 +1,7 @@
# 单节点设置
singleServerConfig:
- address: redis://localhost:6380
- database: 11
+ address: redis://localhost:6379
+ database: 0
# password:
idleConnectionTimeout: 10000
connectTimeout: 10000
--
Gitblit v1.9.3