Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Quick start

Phillip Kruger edited this page Jul 24, 2017 · 23 revisions

Quick start

You need a Java EE 7 Server. This has been tested with:

  • Wildfly 10.1.0
  • TODO: Test other

Get the code:

git clone https://github.com/phillip-kruger/notes-example.git

Compile and deploy to running server, example wildfly:

mvn clean install -Pwildfly

Clone this wiki locally