Skip to content
#

Quarkus

quarkus logo

Quarkus is a full-stack, Kubernetes-native, Java Framework tailored for OpenJDK HotSpot and GraalVM. Comparatively, to other frameworks, such as Spring, it offers small memory footprint and reduced boot time. It allows to combine both imperative code and non-blocking reactive style.

Here are 626 public repositories matching this topic...

Sanne
Sanne commented Apr 15, 2021

Description

Hibernate ORM can automatically generate create/update/drip scripts for the database schema.

This is normally done when it's started (see #16483 ), as we expose some configuration properties which allow it to generate the .sql files when it starts.

However this feature is very useful during development, as one makes changes to the domain model and its mapping we want to i

The goal is to compare Java frameworks like: Quarkus, Micronaut and Spring Boot. For it, we will implement applications using those frameworks, measure start-up times, memory footprint, etc. Besides, as Quarkus and Micronaut support GraalVM out-of-the-box, we will use GraalVM’s native-image tool to build Quarkus and Micronaut native applications.

  • Updated May 6, 2021
  • Shell

Created by Red Hat Software

Released March 2019

Latest release 10 days ago

Repository
quarkusio/quarkus
Website
quarkus.io
Wikipedia
Wikipedia