Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 330 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 330 Bytes

TaskService

A Simple RestFull Sample Quarkus

In this sample I use:

  • Java 11
  • Maven 3.8.4
  • Quarkus
  • JPA / Panache with h2 Databases
  • JSON
  • jQuery (only use to bootstrap)
  • Bootstrap 5
  • HTML5

to build

mvn clean install

to run application

java -jar target/quarkus-app/quarkus-run.jar