xuxueli пре 5 година
родитељ
комит
8b7ff7ae09
5 измењених фајлова са 7 додато и 7 уклоњено
  1. 3 3
      README.md
  2. 1 1
      doc/XXL-JOB-English-Documentation.md
  3. 1 1
      doc/XXL-JOB官方文档.md
  4. 1 1
      pom.xml
  5. 1 1
      xxl-job-core/pom.xml

+ 3 - 3
README.md Прегледај датотеку

@@ -2,7 +2,7 @@
2 2
     <img src="https://www.xuxueli.com/doc/static/xxl-job/images/xxl-logo.jpg" width="150">
3 3
     <h3 align="center">XXL-JOB</h3>
4 4
     <p align="center">
5
-        XXL-JOB, a lightweight distributed task scheduling framework.
5
+        XXL-JOB, a distributed task scheduling framework.
6 6
         <br>
7 7
         <a href="https://www.xuxueli.com/xxl-job/"><strong>-- Home Page --</strong></a>
8 8
         <br>
@@ -33,11 +33,11 @@
33 33
 
34 34
 
35 35
 ## Introduction
36
-XXL-JOB is a lightweight distributed task scheduling framework. 
36
+XXL-JOB is a distributed task scheduling framework. 
37 37
 It's core design goal is to develop quickly and learn simple, lightweight, and easy to expand. 
38 38
 Now, it's already open source, and many companies use it in production environments, real "out-of-the-box".
39 39
 
40
-XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。
40
+XXL-JOB是一个分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。
41 41
 
42 42
 
43 43
 ## Documentation

+ 1 - 1
doc/XXL-JOB-English-Documentation.md Прегледај датотеку

@@ -15,7 +15,7 @@
15 15
 ## 1. Brief introduction
16 16
 
17 17
 ### 1.1 Overview
18
-XXL-JOB is a lightweight distributed task scheduling framework, the core design goal is to develop quickly, learning simple, lightweight, easy to expand. Is now open source and access to a number of companies online product line, download and use it now.
18
+XXL-JOB is a distributed task scheduling framework, the core design goal is to develop quickly, learning simple, lightweight, easy to expand. Is now open source and access to a number of companies online product line, download and use it now.
19 19
 
20 20
 > English document update slightly delayed, Please check the Chinese version for the latest document.
21 21
 

+ 1 - 1
doc/XXL-JOB官方文档.md Прегледај датотеку

@@ -15,7 +15,7 @@
15 15
 ## 一、简介
16 16
 
17 17
 ### 1.1 概述
18
-XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。
18
+XXL-JOB是一个分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。
19 19
 
20 20
 ### 1.2 社区交流    
21 21
 - [社区交流](https://www.xuxueli.com/page/community.html)

+ 1 - 1
pom.xml Прегледај датотеку

@@ -7,7 +7,7 @@
7 7
 	<packaging>pom</packaging>
8 8
 
9 9
 	<name>${project.artifactId}</name>
10
-	<description>A lightweight distributed task scheduling framework.</description>
10
+	<description>A distributed task scheduling framework.</description>
11 11
 	<url>https://www.xuxueli.com/</url>
12 12
 
13 13
 	<modules>

+ 1 - 1
xxl-job-core/pom.xml Прегледај датотеку

@@ -10,7 +10,7 @@
10 10
 	<packaging>jar</packaging>
11 11
 
12 12
 	<name>${project.artifactId}</name>
13
-	<description>A lightweight distributed task scheduling framework.</description>
13
+	<description>A distributed task scheduling framework.</description>
14 14
 	<url>https://www.xuxueli.com/</url>
15 15
 
16 16
 	<dependencies>