Quarkus Plugins

Discover how Quarkus handles plugins and learn how to take advantage of them.

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 1200+ tech skills courses.