Quarkus

Quarkus:超音速亚原子 Java。(Quarkus: Supersonic Subatomic Java.)

Github stars Tracking Chart

Quarkus -- 超音速亚原子Java

Quarkus 是一个云原生的,(Linux)Container First 框架,用于编写 Java 应用程序。

  • 容器优先:用空间最小的 Java 应用程序最适合在容器中运行。
  • 云原生:拥抱 Kubernetes 等环境中的 12 因素架构
  • 统一命令式和反应式:引入了一种非阻塞和命令式开发的编程模型。
  • 基于标准:基于你喜欢和使用的标准和框架(RESTEasy 和 JAX-RS、Hibernate ORM 和 JPA、Netty、Eclipse Vert.x、Eclipse MicroProfile、Apache Camel...)。
  • 微服务优先:为 Java 应用程序带来闪电般的启动时间和代码周转。
  • 开发者喜悦:以开发为中心的体验,没有任何妥协,让您的应用程序在短时间内成为现实。

所有这些都在一个框架下进行。

入门须知

迁移指南

我们在 迁移指南 中收集了所有的迁移笔记。

发布计划

对下一个版本何时发布感兴趣?请查看我们的 发布计划 文档以了解详情。

如何构建 Quarkus

构建说明可在 贡献指南 中获得。


Main metrics

Overview
Name With Ownerquarkusio/quarkus
Primary LanguageJava
Program languageJava (Language Count: 15)
PlatformKubernetes, Linux, Mac, Windows
License:Apache License 2.0
所有者活动
Created At2018-07-06 00:44:20
Pushed At2025-07-22 17:22:49
Last Commit At
Release Count402
Last Release Name3.24.4 (Posted on )
First Release Name0.0.1 (Posted on )
用户参与
Stargazers Count14.7k
Watchers Count260
Fork Count2.9k
Commits Count53.6k
Has Issues Enabled
Issues Count19076
Issue Open Count2341
Pull Requests Count23604
Pull Requests Open Count219
Pull Requests Close Count3294
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Quarkus

Version
Build Status
License
Project Chat

Quarkus - Supersonic Subatomic Java

Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications.

  • Container First:
    Minimal footprint Java applications optimal for running in containers
  • Cloud Native:
    Embraces 12 factor architecture in environments like Kubernetes.
  • Unify imperative and reactive:
    Brings under one programming model non blocking and imperative styles of development.
  • Standards-based:
    Based on the standards and frameworks you love and use (RESTEasy and JAX-RS, Hibernate ORM and JPA, Netty, Eclipse Vert.x, Eclipse MicroProfile, Apache Camel...)
  • Microservice First:
    Brings lightning fast startup time and code turn around to Java apps
  • Developer Joy:
    Development centric experience without compromise to bring your amazing apps to life in no time

All under ONE framework.

Getting Started

How to build Quarkus

The build instructions are available in the contribution guide.