Browse Source

mogodb地址

zhijiezhao 2 years ago
parent
commit
8a59f94cc3
2 changed files with 4 additions and 1 deletions
  1. 3 0
      .idea/misc.xml
  2. 1 1
      caimei365-cloud-tools/tools-prod.yml

+ 3 - 0
.idea/misc.xml

@@ -3,4 +3,7 @@
   <component name="ProjectRootManager">
     <output url="file://$PROJECT_DIR$/out" />
   </component>
+  <component name="ProjectType">
+    <option name="id" value="jpab" />
+  </component>
 </project>

+ 1 - 1
caimei365-cloud-tools/tools-prod.yml

@@ -20,7 +20,7 @@ spring:
     mongodb:
         #使用uri连接
         # mongodb://用户名:密码@IP地址:27017/数据库
-      uri: mongodb://zzj:easyCome.@47.107.48.218:27017/userInfo
+      uri: mongodb://zzj:easyCome.@120.79.162.1:27017/userInfo
   # 数据源连接--end
 
   redis: