From 1910f9d9a29af376db3e88d1acfb028e7b09038e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A8sar=20Ordi=C3=B1ana?= Date: Fri, 25 Jun 2021 13:13:25 +0200 Subject: [PATCH] Fix typo in section title 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 --- .../spring-boot-docs/src/docs/asciidoc/howto/batch.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc index e68ef9f6bb27..7a82ca6c9254 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc +++ b/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 -[[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 <>. This should not be used to pass arguments to batch jobs.