The English version of quarkus.io is the official project site. Translated sites are community supported on a best-effort basis.

使用我们的工具

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.

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

  • 如何使用 Maven 作为构建工具

  • 如何使用 Gradle 作为构建工具

  • 如何为你的工具链使用 CLI

  • 如何创建和建立一个新项目的脚手架

  • 如何处理扩展

  • 如何启用实时重载

  • 如何在你的IDE中开发应用程序

  • 如何原生地编译你的应用程序

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

选择您的构建工具

Quarkus自带的工具链可以在各个开发阶段帮助你。你可以使用Maven或Gradle作为构建工具。我们还提供了一个方便使用的CLI(即将推出)。