/example-quarkus-postgresql

An example Quarkus PostgreSQL application for my blog

Primary LanguageJava

Quarkus PostgreSQL Example

This example is the support code for my blog post Quarkus PostgreSQL Example

To run the code:

  • Use IDE and run it as a Maven project using clean compile quarkus:dev command
  • Execute mvn clean compile quarkus:dev from command line to run the project