-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a note on gRPC Dev UI to the docs #23310
Added a note on gRPC Dev UI to the docs #23310
Conversation
</dependency> | ||
---- | ||
|
||
NOTE: If you expose HTTP traffic only to access the Dev UI, consider adding this dependency in a dedicated profile and enabling it only when running `mvn quarkus:dev` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might make sense to mention that for Gradle, we can do something like:
dependencies {
quarkusDev 'io.quarkus:quarkus-vertx-http'
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know this one, do I understand correctly that it adds a dependency to the application if quarkusDev
task is executed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this info, and an example of a maven profile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
759cb5b
to
3558eca
Compare
No description provided.