Skip to content

AnjayGoel/dropwizard-kotlin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropwizard-kotlin-example

A Simple dropwizard project created in kotlin.

How to run

  • Install Maven
  • To run: mvn clean compile exec:java -Dexec.args="serve app-config.yml"
  • To make jar & run: mvn package && java -jar ./target/example-1.0.1.jar serve app-config.yml

About

Simple dropwizard project created in kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages