From 8b7ff7ae090a74182367a291252c449d08405a7d Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Thu, 12 Dec 2019 20:50:44 +0800 Subject: [PATCH] update document --- README.md | 6 +++--- doc/XXL-JOB-English-Documentation.md | 2 +- doc/XXL-JOB官方文档.md | 2 +- pom.xml | 2 +- xxl-job-core/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b12b4713..f815b7c4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

XXL-JOB

- XXL-JOB, a lightweight distributed task scheduling framework. + XXL-JOB, a distributed task scheduling framework.
-- Home Page --
@@ -33,11 +33,11 @@ ## Introduction -XXL-JOB is a lightweight distributed task scheduling framework. +XXL-JOB is a distributed task scheduling framework. It's core design goal is to develop quickly and learn simple, lightweight, and easy to expand. Now, it's already open source, and many companies use it in production environments, real "out-of-the-box". -XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。 +XXL-JOB是一个分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。 ## Documentation diff --git a/doc/XXL-JOB-English-Documentation.md b/doc/XXL-JOB-English-Documentation.md index df897b61..155f4468 100644 --- a/doc/XXL-JOB-English-Documentation.md +++ b/doc/XXL-JOB-English-Documentation.md @@ -15,7 +15,7 @@ ## 1. Brief introduction ### 1.1 Overview -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. +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. > English document update slightly delayed, Please check the Chinese version for the latest document. diff --git a/doc/XXL-JOB官方文档.md b/doc/XXL-JOB官方文档.md index f56045f7..8eda1e14 100644 --- a/doc/XXL-JOB官方文档.md +++ b/doc/XXL-JOB官方文档.md @@ -15,7 +15,7 @@ ## 一、简介 ### 1.1 概述 -XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。 +XXL-JOB是一个分布式任务调度平台,其核心设计目标是开发迅速、学习简单、轻量级、易扩展。现已开放源代码并接入多家公司线上产品线,开箱即用。 ### 1.2 社区交流 - [社区交流](https://www.xuxueli.com/page/community.html) diff --git a/pom.xml b/pom.xml index c8223eca..0638ff3d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ pom ${project.artifactId} - A lightweight distributed task scheduling framework. + A distributed task scheduling framework. https://www.xuxueli.com/ diff --git a/xxl-job-core/pom.xml b/xxl-job-core/pom.xml index a8c619e9..84a8ce19 100644 --- a/xxl-job-core/pom.xml +++ b/xxl-job-core/pom.xml @@ -10,7 +10,7 @@ jar ${project.artifactId} - A lightweight distributed task scheduling framework. + A distributed task scheduling framework. https://www.xuxueli.com/