Document missing code to run Gradle bootRun task

See gh-25012
This commit is contained in:
jongmin92 2021-01-28 02:30:03 +09:00 committed by Phillip Webb
parent 745dbaff9c
commit 23ecb86089
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Gradle allows project properties to be set in a variety of ways, including on th
[source,bash,indent=0,subs="verbatim,attributes"]
----
$ ./gradlew -Pexample=custom
$ ./gradlew bootRun -Pexample=custom
----
The preceding example sets the value of the `example` project property to `custom`.