From 819fae1906786668eacbaf30faafa80eeb7145a6 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 26 Jan 2026 16:52:37 +0800
Subject: [PATCH] refactor(oss): 替换BASE64解码实现
---
src/main/resources/application-test.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 0c2db10..8192672 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -18,17 +18,17 @@
username: ai_one
password: ai_one!@#123
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://8.166.133.146:3306/ai_one?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
+ url: jdbc:mysql://127.0.0.1:3306/ai_one?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
redis:
# Redis数据库索引(默认为 0)
database: 1
# Redis服务器地址
- host: 8.166.133.146
+ host: 127.0.0.1
# Redis服务器连接端口
port: 6379
# Redis 密码
- password: 1!qaz2@WSX
+ password: 1234!@#$!QAZ
lettuce:
pool:
# 连接池中的最小空闲连接
@@ -42,7 +42,7 @@
# 连接超时时间(毫秒)
timeout: 5000000
rabbitmq:
- host: 8.166.133.146
+ host: 127.0.0.1
port: 5672
username: xc_rabbit
password: xuncong123
--
Gitblit v1.9.1