Quellcode durchsuchen

Merge pull request #1163 from leftstick/master

许雪里 vor 5 Jahren
Ursprung
Commit
6b2362a0f2
Es ist kein Account mit dieser Commiter-Email verbunden
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      doc/XXL-JOB-English-Documentation.md
  2. 1 1
      doc/XXL-JOB官方文档.md

+ 1 - 1
doc/XXL-JOB-English-Documentation.md Datei anzeigen

@@ -244,7 +244,7 @@ Source code is organized by maven,unzip it and structure is as follows:
244 244
 #### Step 1:Configure Schedule Center
245 245
 Configure file’s path of schedule center is as follows:
246 246
 
247
-    /xxl-job/xxl-job-admin/src/main/resources/xxl-job-admin.properties
247
+    /xxl-job/xxl-job-admin/src/main/resources/application.properties
248 248
 
249 249
 
250 250
 The concrete contet describe as follows:

+ 1 - 1
doc/XXL-JOB官方文档.md Datei anzeigen

@@ -401,7 +401,7 @@ XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是
401 401
 #### 步骤一:调度中心配置:
402 402
 调度中心配置文件地址:
403 403
 
404
-    /xxl-job/xxl-job-admin/src/main/resources/xxl-job-admin.properties
404
+    /xxl-job/xxl-job-admin/src/main/resources/application.properties
405 405
 
406 406
 
407 407
 调度中心配置内容说明: