You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: `quarkus test` starts tests in continuous testing mode (more about this below) so to return to the command line you will need to press (q)
104
+
NOTE: `quarkus test` starts tests in continuous testing mode (more about this below) so to return to the command line after the tests ran you will need to press (q)
111
105
--
112
106
====
113
107
@@ -158,6 +152,8 @@ quarkus dev
158
152
--
159
153
====
160
154
155
+
NOTE: By default Quarkus uses 'localhost' for the dev mode host setting. If you are working in a remote development environment, you may need to set the host to 0.0.0.0 by appending `-D"quarkus.http.host=0.0.0.0"` to the above command.
156
+
161
157
== Dev UI
162
158
163
159
Quarkus ships with a Dev UI, which is available in dev mode at http://localhost:8080/q/dev[/q/dev] by default.
0 commit comments