Jelajahi Sumber

docs: it should be xxl-job-admin/src/main/resources/application.properties

Howard.Zuo 6 tahun lalu
induk
melakukan
0c8103e3fd
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      doc/XXL-JOB-English-Documentation.md
  2. 1 1
      doc/XXL-JOB官方文档.md

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

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

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

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