From 9543e94c48876ba01cfb3627baad82881cb1ea25 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 30 Jun 2025 18:49:45 +0800
Subject: [PATCH] 演示站环境
---
src/main/resources/application.properties | 4 ++--
src/main/resources/application.yml | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index e4bfaae..305029b 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -17,10 +17,10 @@
ftp.user=ftp_stock
ftp.pass=123456
ftp.address =/www/wwwroot/ftp_stock/
-ftp.server.http.prefix=https://img.ispentagon-institution.com/
+ftp.server.http.prefix=https://img.yanshiz.com/
redis1.ip=localhost
-redis1.port=6379
+redis1.port=6380
redis1.pwd=
redis1.timeout=10000
redis.max.total=50
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 18d5047..4a08e74 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -102,9 +102,9 @@
# 地址
host: localhost
# 端口,默认为6379
- port: 6379
+ port: 6380
# 数据库索引
- database: 0
+ database: 6
# 密码
password:
# 连接超时时间
@@ -122,10 +122,10 @@
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/stock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://127.0.0.1:6306/stock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# url: jdbc:mysql://127.0.0.1:3306/cgstock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: 123456
+ password: Err;2[eoGFUriwdgr
druid:
# 初始连接数
initialSize: 5
--
Gitblit v1.9.3