Replies: 1 comment 1 reply
-
Its less than resteasy that is required. It needs a web endpoint so vertx should be enough. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a Quarkus application by using the VSCode extension and selecting the Kafka Streams dependency only.
I also select to "not include starter code".
It means no
GreetingResource
class as well as no dependencies like thequarkus-resteasy
one.At same time, the generated README.md mentions the following:
You can run your application in dev mode that enables live coding using:
This is not always true.
AFAIU, it's because without the RESTeasy dependency, the Quarkus app cannot expose any HTTP endpoint and it makes sense.
I had to add just the
quarkus-resteasy
dependency to get the Dev UI working.Did I get it right? Should it be mentioned in the generated README or maybe it's mentioned in some part of the doc but I missed it?
Beta Was this translation helpful? Give feedback.
All reactions