Skip to content
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

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

michalszynkiewicz
Copy link
Member

No description provided.

</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`
Copy link
Contributor

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'
}

Copy link
Member Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly

Copy link
Member Author

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@michalszynkiewicz michalszynkiewicz merged commit 0c50988 into quarkusio:main Feb 1, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Feb 1, 2022
@gsmet gsmet modified the milestones: 2.8 - main, 2.7.1.Final Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants