Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 479 Bytes

Auth for topio.market services

Running the application in dev mode

FIXME

You can run your application in dev mode that enables live coding using:

mvn compile quarkus:dev

Packaging and running the application

FIXME

The application can be packaged using:

mvn package

It produces the quarkus-run.jar file in the target/quarkus-app/ directory. The application runs using java -jar target/quarkus-app/quarkus-run.jar.