From 91a6c6470384f6e377cc4d696e7c3fc1085c99b0 Mon Sep 17 00:00:00 2001 From: Peter Czuczor <61667986+czp13@users.noreply.github.com> Date: Thu, 18 May 2023 09:37:42 +0200 Subject: [PATCH] chore: added explanation and URL how to reach devUI in development mode/profile (CP.1.1) (#130) Added explanation and URL how to reach devUI in development mode/profile. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1e13c8d..bfdaf44 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ Supports Quarkus 2.0 and should support 1.11+ too. To try it out, you can get a project https://github.com/vaadin/base-starter-flow-quarkus/ The first stable version of the extension 1.0 is targeting Vaadin 22. + +## devUI URL +After executing the quarkus project with dev profile `mvn quarkus:dev`, the devUI can be accessed (with not overwritten configuration) at URL: `http://localhost:8080/q/dev/`