소스 검색

10/25 xx "配置文件更换位置,更改解析配置方法中的路径"

xiexiang 1 년 전
부모
커밋
2eb769c220
1개의 변경된 파일38개의 추가작업 그리고 0개의 파일을 삭제
  1. 38 0
      src/main/resources/configSetting.json

+ 38 - 0
src/main/resources/configSetting.json

@@ -0,0 +1,38 @@
+[
+  {
+    "sourceId": "1",
+    "sourceName": "FSS",
+    "name": "192.168.1.24",
+    "id": 1,
+    "userName": "root",
+    "passWord": "xiaoshi221101",
+    "filePath": "/project/pas/prod/file/"
+  },
+  {
+    "sourceId": "1",
+    "sourceName": "FSS",
+    "name": "192.168.1.24",
+    "id": 2,
+    "userName": "root",
+    "passWord": "xiaoshi221101",
+    "filePath": "/project/rms/prod/file/"
+  },
+  {
+    "sourceId": "1",
+    "sourceName": "FSS",
+    "name": "139.224.24.90",
+    "id": 3,
+    "userName": "root",
+    "passWord": "cslg-pas-820f1e412aaf",
+    "filePath": "/project/pas/prod/file/"
+  },
+  {
+    "sourceId": "1",
+    "sourceName": "FSS",
+    "name": "139.224.24.90",
+    "id": 4,
+    "userName": "root",
+    "passWord": "cslg-pas-820f1e412aaf",
+    "filePath": "/project/rms/prod/file/"
+  }
+]