Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 311 Bytes

Snippet

Generate Ninja Project

mvn archetype:generate -DarchetypeGroupId=org.ninjaframework -DarchetypeArtifactId=ninja-servlet-archetype-simple

cd project

mvn clean install

Compile

mvn compile

Run Ninja Server

mvn ninja:run

Add git remote

git remote add origin URL