Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artodeschini/taskservice

A Simple RestFull Sample JEE with micro profile Quarkus
https://github.com/artodeschini/taskservice

bootstrap h2-database html javascript jquery microservice rest-api sql

Last synced: about 19 hours ago
JSON representation

A Simple RestFull Sample JEE with micro profile Quarkus

Awesome Lists containing this project

README

        

# 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

```bash
mvn clean install
```

## to run application

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