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 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.

Related content