Skip to content

A Simple RestFull Sample JEE with micro profile Quarkus

Notifications You must be signed in to change notification settings

artodeschini/TaskService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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