Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 331 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 331 Bytes

quarkus-snacks-app

A simple demo application in Quarkus with a mysql connected for storing and listing different snacks using hibernate-orm panache.

Packaging app

For creating and running application in container using podman-desktop, package application using the prod profile

mvn clean package -Dquarkus.profile=prod