Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 422 Bytes

Javalin archetype to setup a project using Kotlin.

Creates a simple Javalin project to get you started quickly.

Generate a new project

mvn archetype:generate -DarchetypeGroupId=com.willwinder \
  -DarchetypeArtifactId=javalin-kotlin-archetype \
  -DarchetypeVersion=1.0.1

Run the application

mvn package
java -jar target/<artifactId>*.jar