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-docs/src/docs/asciidoc/howto/batch.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Spring Batch auto-configuration is enabled by adding `spring-boot-starter-batch`
26
26
If a single `Job` is found in the application context, it is executed on startup (see {spring-boot-autoconfigure-module-code}/batch/JobLauncherApplicationRunner.java[`JobLauncherApplicationRunner`] for details).
27
27
If multiple `Job` beans are found, the job that should be executed must be specified using configprop:spring.batch.job.name[].
28
28
29
-
To disable running a `Job` found in the application content, set the configprop:spring.batch.job.enabled[] to `false.`
29
+
To disable running a `Job` found in the application context, set the configprop:spring.batch.job.enabled[] to `false.`
30
30
31
31
See {spring-boot-autoconfigure-module-code}/batch/BatchAutoConfiguration.java[BatchAutoConfiguration] for more details.
0 commit comments