Browse Source

Merge pull request #27102 from cordin

* pr/27102:
  Fix typo in section title

Closes gh-27102
pull/27157/head
Stephane Nicoll 5 years ago
parent
commit
4e8d466955
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc

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

@ -29,7 +29,7 @@ See {spring-boot-autoconfigure-module-code}/batch/BatchAutoConfiguration.java[Ba @@ -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.

Loading…
Cancel
Save