xiexiang 2 年 前
コミット
8f94785b3c
1 ファイル変更18 行追加0 行削除
  1. 18 0
      target/classes/configSetting.json

+ 18 - 0
target/classes/configSetting.json

@@ -0,0 +1,18 @@
+[
+    {
+        "sourceId": "1",   
+        "sourceName": "FSS",
+        "name": "192.168.1.24",
+        "id": 1,
+        "userName": "root",
+        "passWord": "xiaoshi221101"
+    },
+    {
+        "sourceId": "2",   
+        "sourceName": "OSS",
+        "name": "阿里云",
+        "id": 2,
+        "userName": "xiexiang",
+        "passWord": "xiexiang123456"
+    }
+]