blob: 650c776f6b6dc1263852182e9d2be5fe2e70515c [file] [log] [blame]
commit c10be8a3438c8ecbeef69295ced1679a72ac7648
Author: Ling Hengqian <linghengqian@outlook.com>
Date: Sat Nov 2 16:18:50 2024 +0800
Fixes potential conflict in AOP proxy job class identification in Spring Framework (#2459)
diff --git a/docs/content/user-manual/usage/job-api/spring-boot-starter.en.md b/docs/content/user-manual/usage/job-api/spring-boot-starter.en.md
index 901389477..8653c9061 100644
--- a/docs/content/user-manual/usage/job-api/spring-boot-starter.en.md
+++ b/docs/content/user-manual/usage/job-api/spring-boot-starter.en.md
@@ -107,7 +107,7 @@ import java.util.Objects;
@RestController
public class OneOffJobController {
- // 通过 "@Autowired" 注入
+ // Injection via "@Autowired"
@Autowired
@Qualifier("myOneOffJobBean")
private ObjectProvider<OneOffJobBootstrap> myOneOffJobProvider;