This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 7181fff  update doc (#1968)
7181fff is described below

commit 7181ffff3a555b77b0a3a457a9513da0240441c5
Author: skai <[email protected]>
AuthorDate: Thu Aug 26 17:30:23 2021 +0800

    update doc (#1968)
    
    Co-authored-by: 蔡顺铠 <[email protected]>
---
 .../elasticjob-lite/configuration/spring-boot-starter.cn.md    | 10 ++++++++++
 .../elasticjob-lite/configuration/spring-boot-starter.en.md    | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git 
a/docs/content/user-manual/elasticjob-lite/configuration/spring-boot-starter.cn.md
 
b/docs/content/user-manual/elasticjob-lite/configuration/spring-boot-starter.cn.md
index b40b79b..a61f3e0 100644
--- 
a/docs/content/user-manual/elasticjob-lite/configuration/spring-boot-starter.cn.md
+++ 
b/docs/content/user-manual/elasticjob-lite/configuration/spring-boot-starter.cn.md
@@ -4,6 +4,16 @@ weight = 2
 chapter = true
 +++
 
+使用 Spring-boot 需在 pom.xml 文件中添加 elasticjob-lite-spring-boot-starter 模块的依赖。
+
+```xml
+<dependency>
+    <groupId>org.apache.shardingsphere.elasticjob</groupId>
+    <artifactId>elasticjob-lite-spring-boot-starter</artifactId>
+    <version>${latest.release.version}</version>
+</dependency>
+```
+
 ## 注册中心配置
 
 配置前缀:`elasticjob.reg-center`
diff --git 
a/docs/content/user-manual/elasticjob-lite/configuration/spring-boot-starter.en.md
 
b/docs/content/user-manual/elasticjob-lite/configuration/spring-boot-starter.en.md
index e87764b..c030170 100644
--- 
a/docs/content/user-manual/elasticjob-lite/configuration/spring-boot-starter.en.md
+++ 
b/docs/content/user-manual/elasticjob-lite/configuration/spring-boot-starter.en.md
@@ -4,6 +4,16 @@ weight = 2
 chapter = true
 +++
 
+To use the Spring boot, user need to add the dependency of the 
`elasticjob-lite-spring-boot-starter` module in the `pom.xml` file.
+
+```xml
+<dependency>
+    <groupId>org.apache.shardingsphere.elasticjob</groupId>
+    <artifactId>elasticjob-lite-spring-boot-starter</artifactId>
+    <version>${latest.release.version}</version>
+</dependency>
+```
+
 ## Registry Center Configuration
 
 Prefix: `elasticjob.reg-center`

Reply via email to