xiongzhu 4 سال پیش
والد
کامیت
5b22458735
3فایلهای تغییر یافته به همراه538 افزوده شده و 336 حذف شده
  1. 529 336
      gulpfile.js
  2. 1 0
      package.json
  3. 8 0
      serverConfig.json

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 529 - 336
gulpfile.js


+ 1 - 0
package.json

@@ -29,6 +29,7 @@
                 "typeInfor": "type welcome && echo Your server is build success: target/o2server/",
                 "clear": "gulp clear_build",
                 "clear_deploy": "gulp clear_deploy",
+                "make_def_config": "gulp make_def_config",
                 "build": "npm run clear && npm run build_parallel && npm run deploy ",
                 "build:win": "npm run clear && npm run build_parallel && npm run deploy:win ",
                 "build:linux": "npm run clear  && npm run build_parallel && npm run deploy:linux ",

+ 8 - 0
serverConfig.json

@@ -0,0 +1,8 @@
+{
+    "port": 8080,
+    "dataSource": {
+        "url": "jdbc:mysql://192.168.50.10:3306/o2oa?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8",
+        "username": "root",
+        "password": "123456"
+    }
+}

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است