From a13fcf8440cf3666056c03050cef9b66a59be0f5 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Thu, 8 Jan 2026 15:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E5=BA=9F?= =?UTF-8?q?=E9=99=A4mongoDB=E8=BF=9E=E6=8E=A5=E6=B1=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 40a850b..9a9a541 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -58,9 +58,9 @@ spring.redis.lettuce.pool.min-idle=0 spring.redis.lettuce.pool.max-wait=-1ms # MongoDB 配置 -spring.data.mongodb.host=120.24.204.180 -spring.data.mongodb.database=app -spring.data.mongodb.port=27017 +#spring.data.mongodb.host=120.24.204.180 +#spring.data.mongodb.database=app +#spring.data.mongodb.port=27017 # Sa-Token 配置 sa-token.token-name=Authorization