We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53372d5 commit 6c865f9Copy full SHA for 6c865f9
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc/running.adoc
@@ -45,7 +45,7 @@ include::../gradle/running/application-plugin-main-class-name.gradle[tags=main-c
45
[[running-your-application-passing-arguments]]
46
=== Passing arguments to your application
47
Like all `JavaExec` tasks, arguments can be passed into `bootRun` from the command line
48
-using `--args='<arguments'>` when using Gradle 4.9 or later. For example, to run your
+using `--args='<arguments>'` when using Gradle 4.9 or later. For example, to run your
49
application with a profile named `dev` active the following command can be used:
50
51
[source,bash,indent=0,subs="verbatim"]
0 commit comments