You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/JobLauncherApplicationRunner.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@
57
57
importorg.springframework.util.StringUtils;
58
58
59
59
/**
60
-
* {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs.
61
-
* If a single job is found in the context, it will be executed by default.
62
-
* If multiple jobs are found, launch a specific job by providing a jobName
60
+
* {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs. If a single
61
+
* job is found in the context, it will be executed by default. If multiple jobs are
62
+
* found, launch a specific job by providing a jobName
0 commit comments