quarkus-quickstarts | Quarkus quickstart code | Application Framework library

 by   quarkusio Java Version: 3.1.1.Final License: Apache-2.0

kandi X-RAY | quarkus-quickstarts Summary

kandi X-RAY | quarkus-quickstarts Summary

quarkus-quickstarts is a Java library typically used in Server, Application Framework, Spring Boot applications. quarkus-quickstarts has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. You can download it from GitHub.

Quarkus quickstart code
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              quarkus-quickstarts has a medium active ecosystem.
              It has 1723 star(s) with 1335 fork(s). There are 76 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 121 open issues and 160 have been closed. On average issues are closed in 218 days. There are 34 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of quarkus-quickstarts is 3.1.1.Final

            kandi-Quality Quality

              quarkus-quickstarts has 0 bugs and 0 code smells.

            kandi-Security Security

              quarkus-quickstarts has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              quarkus-quickstarts code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              quarkus-quickstarts is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              quarkus-quickstarts releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              It has 36131 lines of code, 1239 functions and 761 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed quarkus-quickstarts and discovered the below as its top functions. This is intended to give you an instant insight into quarkus-quickstarts implemented functionality, and help decide if they suit your requirements.
            • Generate demo data .
            • Start the downloader .
            • Draws a watermark image from an input stream .
            • Builds topology
            • Gets the tokens .
            • Get weather station data for a given id .
            • Get the rss value .
            • Returns a string representation of the response string .
            • Creates a constraint which satisfies the subject subject restriction .
            • Returns the daily result for a given day of month .
            Get all kandi verified functions for this library.

            quarkus-quickstarts Key Features

            No Key Features are available at this moment for quarkus-quickstarts.

            quarkus-quickstarts Examples and Code Snippets

            No Code Snippets are available at this moment for quarkus-quickstarts.

            Community Discussions

            QUESTION

            Quarkus Kafka kafka-quickstart QuoteProcessorTest.java returns No resolvable bootstrap urls given in bootstrap.servers
            Asked 2022-Mar-10 at 13:31

            I try the code delivered with "quarkus-quickstarts"/"kafka-quickstart" and get this error message:

            Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers

            For the QuoteProcessorTest.java class.

            I'm wondering since the code is delivered by quarkus so I expect it to work without any errors.

            ...

            ANSWER

            Answered 2022-Mar-10 at 13:31

            According to the README, the code is intended to run with a pre-installed Kafka broker, such as one provided by Docker Compose - https://github.com/quarkusio/quarkus-quickstarts/blob/main/kafka-quickstart/docker-compose.yaml

            The tests themselves do not appear to be using any mocked / local broker, so you may need to start Kafka on your own, or skip the tests when building the project

            Or if you used the quarkus:dev commands listed, it says Kafka should start automatically

            Source https://stackoverflow.com/questions/71423968

            QUESTION

            Relative to which directory is quarkus.keycloak.devservices.realm-path being resolved?
            Asked 2022-Feb-17 at 15:55

            When starting Quarkus 2.7.1 with dev services enabled for KeyCloak, you can specify quarkus.keycloak.devservices.realm-path=realm.json in the application.properties.

            The documentation for this property just says:

            The class or file system path to a Keycloak realm file which will be used to initialize Keycloak.

            It does not clearly state relative to what base directory the path is being resolved.

            There are example projects where the file is placed inside a config/ subdir. I tried this as well as in the project's root dir. Neither location seems to work, the file is ignored and Quarkus creates a realm with its default values instead.

            Specifying an absolute path works just fine.

            ...

            ANSWER

            Answered 2022-Feb-17 at 15:55

            Everything in the classpath is searched for the path specified in the property, e.g. resources dir.

            The documentation already gives a hunch: "The class or ...", so at very least the classpath must be searched.

            In the linked example project, in the maven pom the resources are extended to also include config, therefore it works there.

            Source https://stackoverflow.com/questions/71159920

            QUESTION

            Iterate list of AWS SQS messages using Mutiny and Quarkus
            Asked 2022-Feb-02 at 07:44

            Just getting my head around Mutiny API (and java stream api)...

            I have the following code that reads messages off an AWS SQS queue, ref: quarkus sqs guide

            ...

            ANSWER

            Answered 2022-Feb-02 at 07:44

            At the moment, you get a Uni>. The Mutiny way would be to transform this into a Multi and process each item:

            Source https://stackoverflow.com/questions/70949062

            QUESTION

            Memory leak in multithreaded Optaplanner?
            Asked 2021-Oct-20 at 14:44

            I seem to be getting a memory leak in Optaplanner. To reproduce, simply download the Quarkus example:

            ...

            ANSWER

            Answered 2021-Oct-20 at 14:44

            I reviewed your question, investigated the issue and ended up filing a bug. The fix is scheduled to be included in OptaPlanner 8.13.0.Final.

            Source https://stackoverflow.com/questions/69467058

            QUESTION

            quarkus CDI: Interceptor has no bindings
            Asked 2021-Oct-09 at 07:49

            I strictly follow the tutorial here (https://quarkus.io/guides/cdi#interceptors), and write a simple interceptor based on this mini example (https://github.com/quarkusio/quarkus-quickstarts/tree/main/getting-started)

            my interceptor:

            ...

            ANSWER

            Answered 2021-Oct-09 at 07:49

            The missing part was adding the @InterceptorBinding annotation to the public @interface Logged annotation.

            Source https://stackoverflow.com/questions/69486433

            QUESTION

            Deploying Quarkus Apps with Kubernetes
            Asked 2021-May-15 at 10:19

            I'm trying to deploy an example Quarkus app with Kubernetes. Everything is fine when i run it in dev mode as mvn quarkus:dev -Dquarkus.http.port=8080. But when i deploy and go to the endpoint localhost/rest-json it says RESTEASY003210: Could not find resource for full path: http://rest-json-http/. i'm using ingress-nginx. What am i missing? Is there anything wrong with the k8s manifests?

            Here is my application.yml:

            ...

            ANSWER

            Answered 2021-May-15 at 10:19

            QUESTION

            NumberFormatException when starting Quarkus on Kubernetes
            Asked 2021-May-12 at 02:11

            I'm trying to deploy a Quarkus app to a Kubernetes cluster, but I got the following stacktrace:

            ...

            ANSWER

            Answered 2021-May-12 at 02:11

            It's due to the docker link variables that kubernetes mimics for Service names in scope; it bites people a lot when they have generically named services such as { apiVersion: v1, kind: Service, metadata: { name: http }, ... as it will cheerfully produce environment variables of the form HTTP_PORT=tcp://10.233.12.82:80 in the Pod, and things such as Spring boot or evidently Quarkus which coerce env-vars into configuration overrides can cause the exact outcome you're experiencing

            The solution is (a) don't name Services with bland names (b) "mask off" the offensive env-vars for the Pod:

            Source https://stackoverflow.com/questions/67491221

            QUESTION

            How does Uni works in Quarkus
            Asked 2021-May-11 at 18:32

            I am trying to understand the behavior of Uni in Quarkus framework, after checking out their official tutorial getting started with async guide. In the service method I have made the following changes

            ...

            ANSWER

            Answered 2021-May-10 at 21:53

            The problem is in Uni.createFrom().item(ioSimulation(name)). You synchronously call ioSimulation before the Uni is created.

            You should at least use the Supplier variant: Uni.createFrom().item(() -> ioSimulation(name)). That should help.

            Source https://stackoverflow.com/questions/67477866

            QUESTION

            Quarkus Hibernate: Entity not updated when changed value provided via method
            Asked 2021-Apr-19 at 09:11

            I use Quarkus + Hibernate to sync data to the DB and I've noticed during testing that sometimes my entity isn't updated. I've created a minimal example adjusting the original example https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-quickstart

            Here are my adjustments:

            import.sql

            ...

            ANSWER

            Answered 2021-Apr-19 at 09:11

            As suggested by the comments this seems to be a bug (https://github.com/quarkusio/quarkus/issues/16619). It works with the AttributeConver:

            Fruit.java:

            Source https://stackoverflow.com/questions/67108735

            QUESTION

            Java variable values persist in memory after responding to a request
            Asked 2021-Apr-05 at 13:40

            I'm going to deploy a Java application using this docker image. I'm trying to eliminate the issue that the variable's value persists even after the response is generated. My assumption is to have an isolated environment per each request, BUT I'm not sure is correct or not.

            For example, the given code block below will add the given URL param to a dummy list.

            ...

            ANSWER

            Answered 2021-Apr-05 at 13:12

            If you want to have a clean response after every method call, you can try declaring the arraylist inside the method.

            Source https://stackoverflow.com/questions/66953596

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install quarkus-quickstarts

            Getting Started: Application creation, Rest endpoint, Dependency Injection, Test, Packaging. Getting Started - Reactive: Getting started with Reactive and Quarkus. Getting Started - Async: Illustrate how to use Uni to handle asynchronous actions. Getting Started - Knative: Deployment of the Knative service to Kubernetes and/or OpenShift. Getting Started - Testing: How to test your application. Application Configuration: How to configure your application. Startup and Shutdown actions: Explains how to execute code when the application starts and stops. Getting Started - Reactive CRUD: Reactive REST API with a (reactive) database backend. AMQP: How to interact with AMQP using MicroProfile reactive messaging. Amazon DynamoDB: How to connect to an Amazon DynamoDB datastore. Amazon KMS: How to connect to an Amazon KMS (Key Management Service). Amazon SES: How to connect to an Amazon SES (Simple Email Service). Amazon S3: How to connect to an Amazon S3 cloud storage. Amazon SNS: How to connect to an Amazon SNS (Simple Messaging Service). Amazon SQS: How to connect to an Amazon SQS (Simple Queue Service). Amazon SSM: How to connect to Amazon SSM (Simple Systems Manager). AWT Graphics, ImageIO: How to create a service that watermarks images and draws text. Hibernate Reactive Panache and RESTEasy Reactive: Exposing a CRUD service over REST using Hibernate Reactive and Panache to connect to a PostgreSQL database. Hibernate Reactive and RESTEasy: Exposing a CRUD service over REST using Hibernate Reactive to connect to a PostgreSQL database. Hibernate Reactive and Vert.x Web: Exposing a CRUD service with Reactive Routes using Hibernate Reactive to connect to a PostgreSQL database. Hibernate ORM and RESTEasy: Exposing a CRUD service over REST using Hibernate ORM to connect to a PostgreSQL database. Hibernate ORM with Panache and RESTEasy: Exposing a CRUD service over REST using Panache to connect to a PostgreSQL database. Hibernate ORM Multitenancy: Multitenant CRUD service over REST using Hibernate ORM to connect to a PostgreSQL database (schema or database approach). Hibernate Search + Elasticsearch: Index your Hibernate entities in Elasticsearch to get full text search. Infinispan Client: How to use Infinispan Client. Covers creating caches and simple get/put. Artemis JMS: How to use the Artemis JMS extension. Kafka: Use MicroProfile Reactive Messaging to interact with Apache Kafka. Kafka and Hibernate with Panache: Shows how to combine Kafka and (classic) Hibernate with Panache. Kafka and Hibernate Reactive with Panache: Shows how to combine Kafka and Hibernate Reactive with Panache. Kafka Streams: Use the Apache Kafka Streams API to implement stream processing applications based on Apache Kafka. Bare Kafka: How to use the Apache Kafka and Kafka Vert.x clients in Quarkus. Kogito: How to use Kogito for business process automation with Drools and jBPM. Kogito: How to use Kogito for decision automation with Drools DMN Engine. Liquibase: How to use Liquibase to manage you schema migrations. Liquibase MongoDB: How to use Liquibase MongoDB extension to manage you MongoDB migrations. Micrometer: How to use Micrometer to gather metrics. MicroProfile Fault Tolerance: How to use MicroProfile Fault Tolerance. MicroProfile GraphQL: How to use MicroProfile GraphQL. MicroProfile GraphQL Client: How to use MicroProfile GraphQL Client. MicroProfile Health: How to use MicroProfile Health. MicroProfile Metrics: How to use MicroProfile Metrics. MongoDB: How to connect to a MongoDB datastore. MongoDB with Panache: Simplify your MongoDB applications with Panache. MicroProfile Messaging MQTT: How to interact with MQTT using MicroProfile reactive messaging. Neo4j: How to connect to a Neo4j graph datastore. OpenAPI and Swagger UI: Use OpenAPI and Swagger UI to expose your REST API and test your REST services. OpenTelemetry: How to use OpenTelemetry to monitor application performance. OpenTracing and Jaeger: How to use MicroProfile OpenTracing and Jaeger to monitor application performances. OptaPlanner: How to use OptaPlanner to optimize business resources. Quartz: How to schedule periodic clustered jobs. Qute: How to use the Qute templating engine in Quarkus. RabbitMQ: How to interact with RabbitMQ using MicroProfile reactive messaging. Reactive Routes: How to use Reactive Routes in Quarkus. REST Client Reactive: How to use MicroProfile's REST Client with Reactive client. REST Client: How to use MicroProfile's REST Client. REST Client Multipart: Handle multipart with MicroProfile's REST Client. JSON REST services: How to write JSON REST services. Scheduling periodic tasks: How to schedule periodic jobs. Security with Users stored in a Database (JDBC): Store your users in a database and secure your application with JDBC. Security with Users stored in a Database (JPA): Store your users in a database and secure your application with JPA. Security with MicroProfile JWT: How to use MicroProfile JWT RBAC. Security with OAuth2 opaque tokens: How to use our security layer with OAuth2 opaque tokens. Security with OpenId Connect: How to use OpenId Connect and Keycloak. Supporting Multi-Tenancy in OpenID Connect Applications: How to use OpenId Connect and Keycloak. Spring DI compatibility layer: How to use our Spring Dependency Injection compatibility layer. Spring Data extension: How to use the Quarkus extension for the Spring Data API. Spring Web extension: How to use the Quarkus extension for the Spring Web API. Spring Security extension: How to use the Quarkus extension for the Spring Security API. Spring Boot Properties extension: How to use the Quarkus extension for the Spring Boot properties. Spring Scheduled extension: How to use the Quarkus extension for the Spring Scheduled annotation. Spring Data REST extension: How to use the Quarkus extension for the Spring Data REST. Using STM: How to use the Narayana Software Transactional Memory extension. Stork: How to discover and select services. Apache Tika: Extract metadata and content from your documents. Validation with Hibernate Validator: How to use Hibernate Validator/Bean Validation in your REST services. Using Vert.x: How to use the Vert.x extension. Using Web Sockets: Demonstrate how to use web sockets and serve static assets. Context Propagation: Demonstrate how to use context propagation in your reactive applications. Funqy HTTP: Funqy functions as HTTP/REST endpoints. Funqy AWS Lambda: Funqy functions as deployed to AWS Lambda. Funqy AWS Lambda HTTP: Funqy functions as deployed to AWS Lambda invokable via HTTP/REST. Funqy Azure Functions HTTP: Funqy functions as deployed to Azure Functions invokable via HTTP/REST. Funqy Knative Events: Funqy functions integration with Knative Events. Funqy Google Cloud Functions: Funqy functions as deployed to Google Cloud Functions. gRPC Plain text Quickstart: How to use Quarkus gRPC extension with plain text communication. gRPC TLS Quickstart: How to use Quarkus gRPC extension with TLS communication. Mailer Quickstart: How to use the Quarkus mailer. Using Vert.x Redis Client: Demonstrate how to use Vert.x Redis Client. Google Cloud Functions: How to create Google Cloud Functions. Google Cloud Functions HTTP: How to bind our HTTP layer (JAX-RS, Servlet or Reactive Route) to Google Cloud Functions. JTA: How use JTA transactions with HTTP/REST. Reactive Messaging with HTTP: How to consume and produce HTTP messages with Reactive Messaging. Reactive Messaging with Web Sockets: How to consume and produce messages via Web Sockets with Reactive Messaging. There is documentation published at https://quarkus.io (docs' sources are here).
            Getting Started: Application creation, Rest endpoint, Dependency Injection, Test, Packaging
            Getting Started - Reactive: Getting started with Reactive and Quarkus
            Getting Started - Async: Illustrate how to use Uni to handle asynchronous actions
            Getting Started - Knative: Deployment of the Knative service to Kubernetes and/or OpenShift
            Getting Started - Testing: How to test your application
            Application Configuration: How to configure your application
            Startup and Shutdown actions: Explains how to execute code when the application starts and stops
            Getting Started - Reactive CRUD: Reactive REST API with a (reactive) database backend
            AMQP: How to interact with AMQP using MicroProfile reactive messaging
            Amazon DynamoDB: How to connect to an Amazon DynamoDB datastore
            Amazon KMS: How to connect to an Amazon KMS (Key Management Service)
            Amazon SES: How to connect to an Amazon SES (Simple Email Service)
            Amazon S3: How to connect to an Amazon S3 cloud storage
            Amazon SNS: How to connect to an Amazon SNS (Simple Messaging Service)
            Amazon SQS: How to connect to an Amazon SQS (Simple Queue Service)
            Amazon SSM: How to connect to Amazon SSM (Simple Systems Manager)
            AWT Graphics, ImageIO: How to create a service that watermarks images and draws text
            Hibernate Reactive Panache and RESTEasy Reactive: Exposing a CRUD service over REST using Hibernate Reactive and Panache to connect to a PostgreSQL database
            Hibernate Reactive and RESTEasy: Exposing a CRUD service over REST using Hibernate Reactive to connect to a PostgreSQL database
            Hibernate Reactive and Vert.x Web: Exposing a CRUD service with Reactive Routes using Hibernate Reactive to connect to a PostgreSQL database
            Hibernate ORM and RESTEasy: Exposing a CRUD service over REST using Hibernate ORM to connect to a PostgreSQL database
            Hibernate ORM with Panache and RESTEasy: Exposing a CRUD service over REST using Panache to connect to a PostgreSQL database
            Hibernate ORM Multitenancy: Multitenant CRUD service over REST using Hibernate ORM to connect to a PostgreSQL database (schema or database approach)
            Hibernate Search + Elasticsearch: Index your Hibernate entities in Elasticsearch to get full text search
            Infinispan Client: How to use Infinispan Client. Covers creating caches and simple get/put
            Artemis JMS: How to use the Artemis JMS extension
            Kafka: Use MicroProfile Reactive Messaging to interact with Apache Kafka
            Kafka and Hibernate with Panache: Shows how to combine Kafka and (classic) Hibernate with Panache
            Kafka and Hibernate Reactive with Panache: Shows how to combine Kafka and Hibernate Reactive with Panache
            Kafka Streams: Use the Apache Kafka Streams API to implement stream processing applications based on Apache Kafka
            Bare Kafka: How to use the Apache Kafka and Kafka Vert.x clients in Quarkus
            Kogito: How to use Kogito for business process automation with Drools and jBPM
            Kogito: How to use Kogito for decision automation with Drools DMN Engine
            Liquibase: How to use Liquibase to manage you schema migrations
            Liquibase MongoDB: How to use Liquibase MongoDB extension to manage you MongoDB migrations
            Micrometer: How to use Micrometer to gather metrics
            MicroProfile Fault Tolerance: How to use MicroProfile Fault Tolerance
            MicroProfile GraphQL: How to use MicroProfile GraphQL
            MicroProfile GraphQL Client: How to use MicroProfile GraphQL Client
            MicroProfile Health: How to use MicroProfile Health
            MicroProfile Metrics: How to use MicroProfile Metrics
            MongoDB: How to connect to a MongoDB datastore
            MongoDB with Panache: Simplify your MongoDB applications with Panache
            MicroProfile Messaging MQTT: How to interact with MQTT using MicroProfile reactive messaging
            Neo4j: How to connect to a Neo4j graph datastore
            OpenAPI and Swagger UI: Use OpenAPI and Swagger UI to expose your REST API and test your REST services
            OpenTelemetry: How to use OpenTelemetry to monitor application performance
            OpenTracing and Jaeger: How to use MicroProfile OpenTracing and Jaeger to monitor application performances
            OptaPlanner: How to use OptaPlanner to optimize business resources
            Quartz: How to schedule periodic clustered jobs
            Qute: How to use the Qute templating engine in Quarkus
            RabbitMQ: How to interact with RabbitMQ using MicroProfile reactive messaging
            Reactive Routes: How to use Reactive Routes in Quarkus
            REST Client Reactive: How to use MicroProfile's REST Client with Reactive client
            REST Client: How to use MicroProfile's REST Client
            REST Client Multipart: Handle multipart with MicroProfile's REST Client
            JSON REST services: How to write JSON REST services
            Scheduling periodic tasks: How to schedule periodic jobs
            Security with Users stored in a Database (JDBC): Store your users in a database and secure your application with JDBC
            Security with Users stored in a Database (JPA): Store your users in a database and secure your application with JPA
            Security with MicroProfile JWT: How to use MicroProfile JWT RBAC
            Security with OAuth2 opaque tokens: How to use our security layer with OAuth2 opaque tokens
            Security with OpenId Connect: How to use OpenId Connect and Keycloak
            Supporting Multi-Tenancy in OpenID Connect Applications: How to use OpenId Connect and Keycloak
            Spring DI compatibility layer: How to use our Spring Dependency Injection compatibility layer
            Spring Data extension: How to use the Quarkus extension for the Spring Data API
            Spring Web extension: How to use the Quarkus extension for the Spring Web API
            Spring Security extension: How to use the Quarkus extension for the Spring Security API
            Spring Boot Properties extension: How to use the Quarkus extension for the Spring Boot properties
            Spring Scheduled extension: How to use the Quarkus extension for the Spring Scheduled annotation
            Spring Data REST extension: How to use the Quarkus extension for the Spring Data REST
            Using STM: How to use the Narayana Software Transactional Memory extension
            Stork: How to discover and select services
            Apache Tika: Extract metadata and content from your documents
            Validation with Hibernate Validator: How to use Hibernate Validator/Bean Validation in your REST services
            Using Vert.x: How to use the Vert.x extension
            Using Web Sockets: Demonstrate how to use web sockets and serve static assets
            Context Propagation: Demonstrate how to use context propagation in your reactive applications
            Funqy HTTP: Funqy functions as HTTP/REST endpoints
            Funqy AWS Lambda: Funqy functions as deployed to AWS Lambda
            Funqy AWS Lambda HTTP: Funqy functions as deployed to AWS Lambda invokable via HTTP/REST
            Funqy Azure Functions HTTP: Funqy functions as deployed to Azure Functions invokable via HTTP/REST
            Funqy Knative Events: Funqy functions integration with Knative Events
            Funqy Google Cloud Functions: Funqy functions as deployed to Google Cloud Functions
            gRPC Plain text Quickstart: How to use Quarkus gRPC extension with plain text communication
            gRPC TLS Quickstart: How to use Quarkus gRPC extension with TLS communication
            Mailer Quickstart: How to use the Quarkus mailer
            Using Vert.x Redis Client: Demonstrate how to use Vert.x Redis Client
            Google Cloud Functions: How to create Google Cloud Functions
            Google Cloud Functions HTTP: How to bind our HTTP layer (JAX-RS, Servlet or Reactive Route) to Google Cloud Functions
            JTA: How use JTA transactions with HTTP/REST
            Reactive Messaging with HTTP: How to consume and produce HTTP messages with Reactive Messaging
            Reactive Messaging with Web Sockets: How to consume and produce messages via Web Sockets with Reactive Messaging

            Support

            See CONTRIBUTING for how to build these examples.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/quarkusio/quarkus-quickstarts.git

          • CLI

            gh repo clone quarkusio/quarkus-quickstarts

          • sshUrl

            git@github.com:quarkusio/quarkus-quickstarts.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link