Skip to content

Commit

Permalink
Fix typo in section title
Browse files Browse the repository at this point in the history
This typo was causing that the section title wasn't rendered as
expected. It happens since boot 2.5.0, as can be checked in
https://docs.spring.io/spring-boot/docs/2.5.0/reference/htmlsingle/#howto.batch.running-jobs-on-startup
  • Loading branch information
cordin committed Jun 25, 2021
1 parent 5e6bed2 commit 1910f9d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ See {spring-boot-autoconfigure-module-code}/batch/BatchAutoConfiguration.java[Ba



[[howto.batch.?running-from-the-command-line]]
[[howto.batch.running-from-the-command-line]]
=== Running from the Command Line
Spring Boot converts any command line argument starting with `--` to a property to add to the `Environment`, see <<features#features.external-config.command-line-args,accessing command line properties>>.
This should not be used to pass arguments to batch jobs.
Expand Down

0 comments on commit 1910f9d

Please sign in to comment.