From 8e59f221f71e2c62d1ae8686d4c8544c768011ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Mon, 29 Jul 2024 15:46:26 +0800 Subject: [PATCH] 'commit' --- Ylt/ms-user/src/main/resources/bootstrap-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ylt/ms-user/src/main/resources/bootstrap-dev.yml b/Ylt/ms-user/src/main/resources/bootstrap-dev.yml index 0a8b56e..6c210e9 100644 --- a/Ylt/ms-user/src/main/resources/bootstrap-dev.yml +++ b/Ylt/ms-user/src/main/resources/bootstrap-dev.yml @@ -2,7 +2,7 @@ spring: data: mongodb: # mongodb数据库 - uri: mongodb://ycharge:ycharge@i100c.3322.org:13002/ycharge + uri: mongodb://ycharge:ycharge@139.224.72.142:27017/ycharge datasource: # mysql数据库 url: jdbc:mysql://139.224.72.142:3307/yltcharge?useUnicode=true&characterEncoding=UTF-8