Skip to content

Commit 2d3ccda

Browse files
committed
Merge pull request #45032 from nevenc
* pr/45032: Escape the asterisk in spring-application.adoc Closes gh-45032
2 parents 5d1e488 + f13dc34 commit 2d3ccda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/spring-application.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The `application.title`, `application.version`, and `application.formatted-versi
137137
The values will not be resolved if you are running an unpacked jar and starting it with `java -cp <classpath> <mainclass>`
138138
or running your application as a native image.
139139
140-
To use the `application.*` properties, launch your application as a packed jar using `java -jar` or as an unpacked jar using `java org.springframework.boot.loader.launch.JarLauncher`.
140+
To use the `application.\*` properties, launch your application as a packed jar using `java -jar` or as an unpacked jar using `java org.springframework.boot.loader.launch.JarLauncher`.
141141
This will initialize the `application.*` banner properties before building the classpath and launching your app.
142142
====
143143

0 commit comments

Comments
 (0)