Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 866 Bytes

HELP.md

File metadata and controls

22 lines (16 loc) · 866 Bytes

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Building and Running

./mvnw clean install
mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar)
docker build -t net.ssimmie.todos/application .
docker run -p 9090:9090 net.ssimmie.todos/application:latest