Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 326 Bytes

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