This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 72c9169 Translate
docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
(#1121)
72c9169 is described below
commit 72c91695424622e76b80f979b76230a169c6a4b4
Author: 于玉桔 <[email protected]>
AuthorDate: Sat Jul 18 11:22:59 2020 +0800
Translate
docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
(#1121)
---
.../elasticjob-lite/usage/job-api/spring-boot-starter.en.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git
a/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
b/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
index a4484e9..cc29f4c 100644
---
a/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
+++
b/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
@@ -3,3 +3,16 @@ title = "Spring Boot Starter"
weight = 3
chapter = true
+++
+
+ElasticJob-Lite provides a customized Spring Boot Starter, which can be used
in conjunction with Spring Boot.
+Developers can easily use Spring container-managed data sources and other
objects in their jobs through dependency injection, and use placeholders to get
values from property files.
+
+## Job configuration
+
+```yaml
+
+```
+
+## Job start
+
+Just start Spring Boot Starter directly.
\ No newline at end of file