浏览代码

机构类型

TRX 1 年之前
父节点
当前提交
593c533018
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/main/resources/application.yml

+ 0 - 4
src/main/resources/application.yml

@@ -8,10 +8,6 @@ spring:
     name: dataService
   profiles:
     active: dev
-  data:
-    mongodb:
-      uri: mongodb://admin:admin123@192.168.0.102:37017,192.168.0.102:47017,192.168.0.102:57107/dataDB?replicaSet=rs
-      auto-index-creation: true
   # 允许beans循环引用
   main:
     allow-circular-references: true