Using our Tooling

Quarkus 附带了一个工具链,使开发者能够从实时重新加载一直操作到部署 Kubernetes 应用程序。此外,它还包括所有主要 IDE 的插件和扩展。

Quarkus comes with a toolchain enabling developers from live reload all the way down to deploying a Kubernetes application. In addition, there are plugins and extensions to all major IDEs.

在本指南中,我们将探讨:

In this guide, we will explore:

  • how to use Maven as a build tool

  • how to use Gradle as a build tool

  • how to use the CLI for your toolchain

  • how to create and scaffold a new project

  • how to deal with extensions

  • how to enable live reload

  • how to develop your application in your IDE

  • how to compile your application natively

  • how to set up Quarkus tools in Visual Studio Code, Eclipse IDE, Eclipse Che and IntelliJ IDEA

Choosing your build tool

Quarkus 附带了一个工具链,可在所有开发阶段为您提供帮助。您可以使用 Maven 或 Gradle 作为构建工具。我们还提供易于使用的 CLI。

Quarkus comes with a toolchain to help you at all development stages. You can use Maven or Gradle as build tool. And we offer a CLI that is convenient to use.