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