Skip to content

Commit c49cf53

Browse files
committed
Update run_the_utility.adoc
1 parent eba2b48 commit c49cf53

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: run_the_utility.adoc

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
To run the utility, simply run it from the command line using link:/guides/gs/gradle[Gradle] like this:
32

43
[subs="attributes"]
@@ -12,3 +11,12 @@ Or if you are using link:/guides/gs/maven[Maven], run it like this:
1211
----
1312
mvn package && java -jar target/{project_id}-0.1.0.jar
1413
----
14+
15+
You can alternatively run the app directly from Gradle like this:
16+
17+
[subs="attributes", role="has-copy-button"]
18+
....
19+
./gradlew bootRun
20+
....
21+
22+
NOTE: With mvn, you can run `mvn spring-boot:run`.

0 commit comments

Comments
 (0)