From 1ded19821816c3af07fe39a65d644b1eaf1e037e Mon Sep 17 00:00:00 2001 From: Peter Czuczor <61667986+czp13@users.noreply.github.com> Date: Thu, 18 May 2023 09:37:14 +0200 Subject: [PATCH] chore: added explanation and URL how to reach devUI in development mode/profile (#129) Added explanation and URL how to reach devUI in development mode/profile. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e13c8d..96a6218 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ 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-ui/extensions`