Quarkus
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...
-
Updated
May 7, 2021 - Java
-
Updated
May 7, 2021 - Java
-
Updated
May 7, 2021 - Java
We should create a test case template for Hibernate Reactive on this repository: https://github.com/hibernate/hibernate-test-case-templates
eg the new in 1.5 about QuarkusApplication as a main class so you can run it easily without having to use mvn quarkus:dev etc.
-
Updated
Dec 7, 2020 - Handlebars
-
Updated
May 7, 2021 - Java
Describe the Bug
JDL Setup
application {
config {
baseName gateway,
applicationType gateway,
packageName com.test.application,
authenticationType oauth2,
prodDatabaseType mariadb,
databaseType sql,
devDatabaseType mariadb,
serverPort 8080,
clientFramework react,
blueprint quarkus,
buildTool maven,
-
Updated
Jan 10, 2021 - Kotlin
-
Updated
May 2, 2021 - HTML
-
Updated
May 7, 2021 - Java
-
Updated
Apr 28, 2021 - Java
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
May 5, 2021 - Java
-
Updated
Sep 27, 2020 - Python
-
Updated
May 6, 2021 - Java
-
Updated
Mar 17, 2021 - Java
-
Updated
May 7, 2021 - Java
-
Updated
Jan 3, 2021 - Java
-
Updated
Jun 23, 2020 - Kotlin
-
Updated
May 6, 2021 - Shell
-
Updated
May 1, 2021 - Java
Hi all,
Is it also possible (or in future) to load the service account json from classpath:
quarkus.google.cloud.service-account-location=serviceaccount.json
src/main/resources/serviceaccount.json
Thanks
-
Updated
Aug 8, 2019 - Shell
Created by Red Hat Software
Released March 2019
Latest release 10 days ago
- Repository
- quarkusio/quarkus
- Website
- quarkus.io
- Wikipedia
- Wikipedia
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
.sqlfiles 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