Skip to content

Commit 0de91d8

Browse files
committed
Add a "Run the Application" section in the Readme
1 parent 9a2c8c7 commit 0de91d8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Readme.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,15 @@ UNBLU_PASSWORD=hello-im-some-unblu-admin-user-password
2424
MIDDLEWARE_URL=https://where.my.middleware.is.running
2525
WEBHOOK_SECRET=a-very-secret-key
2626
BOT_SECRET=another-very-secret-key
27-
----
27+
----
28+
29+
=== Run the Application
30+
31+
Run the following command in a terminal window:
32+
33+
[source,bash]
34+
----
35+
./gradlew bootRun
36+
----
37+
38+
Your middleware application is running on port http://localhost:8080

0 commit comments

Comments
 (0)