Quarkus Plugins
Discover how Quarkus handles plugins and learn how to take advantage of them.
We'll cover the following
Introduction
Quarkus offers support for many use cases, such as creating endpoints, accessing databases, or reactive programming. Including all the features by default can create a problem because we can end up adding features that are not required.
To solve this issue, the Quarkus team developed a robust system of plugins (extensions). This way, we only use the ones we need.
Get hands-on with 1400+ tech skills courses.