From 0e089cddef3f40123eb6375417c01345d617f61a Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Wed, 26 Dec 2018 14:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 519f1e0..80cf577 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,7 +3,7 @@ mongodb_host = 60.1.1.14 #mogodb服务端口 mongodb_port = 27017 #数据库名 -mongodb_name=zhj_core +mongodb_name=jl_core #与目标数据库可以建立的最大链接数 mongodb_maximumNumberOfConnections = 100