Skip to content

Commit 0bfc3c3

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-36233
2 parents bdb7fdc + e28aa19 commit 0bfc3c3

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Spring Batch auto-configuration is enabled by adding `spring-boot-starter-batch`
2626
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).
2727
If multiple `Job` beans are found, the job that should be executed must be specified using configprop:spring.batch.job.name[].
2828

29-
To disable running a `Job` found in the application context, 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`.
3030

3131
See {spring-boot-autoconfigure-module-code}/batch/BatchAutoConfiguration.java[BatchAutoConfiguration] for more details.
3232

0 commit comments

Comments
 (0)