Commit 1b908ab9 authored by Phillip Webb's avatar Phillip Webb

Merge pull request #25012 from jongmin92

* pr/25012:
  Document missing code to run Gradle bootRun task

Closes gh-25012
parents 745dbaff 23ecb860
......@@ -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`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment