From c5f609d71ba3b358a18153bcc9ec51a83b6dc606 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期四, 19 六月 2025 13:12:57 +0800
Subject: [PATCH] 修改参数值

---
 ansteel-biz/src/main/resources/application-dev.yaml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansteel-biz/src/main/resources/application-dev.yaml b/ansteel-biz/src/main/resources/application-dev.yaml
index 962f697..2fa39ec 100644
--- a/ansteel-biz/src/main/resources/application-dev.yaml
+++ b/ansteel-biz/src/main/resources/application-dev.yaml
@@ -47,7 +47,7 @@
     host: 127.0.0.1
     port: 6379
     database: 0
-    password: 123456
+    # password: 123456
   cloud:
     nacos:
       server-addr: localhost:8848 # Nacos 服务器地址
@@ -80,5 +80,5 @@
     client-id: ansteel #租户OAuth2客户端id
     client-secret: q3vY7K9PmFjW1xLbN6rTtZz2cV4B5sD0 #租户OAuth2客户端密钥
     username: ansteel
-    password: 123456
+    password: xY7^zW4.vU
 

--
Gitblit v1.9.3