Task list application.
This application is built with maven.
How to build a jar:
mvn clean package
How to build a jar with local profile:
mvn -P local clean package
Build a jar first.
Podman:
cd docker
podman build
Docker:
cd docker
docker build
See ansible/install.yaml. The playbook is described in the ansible/README.md file.
See ansible/uninstall.yml. The playbook is described in the ansible/README.md file.
See release-notes.txt for release notes and LICENSE for license.
Uses Fontawesome and Patternfly 4.
Built using Vue.js and Spring Boot.