Skip to content

tinca/dropwizard-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropwizard-test

Exploring Dropwizard technology

The project builds with gradle (2.7+). If gradle is not installed run gradlew to boot it. Build the project from its root:

gradle shadowJar

First create database:

java -jar build/libs/dwtest-1.0-SNAPSHOT-all.jar db migrate src/main/resources/config.yaml

Then run the fatjar:

java -jar build/libs/dwtest-1.0-SNAPSHOT-all.jar server src/main/resources/config.yaml

Access the following links from a browser:

http://localhost:8080/artist/"an artist name"
http://localhost:8080/bio/"an artist name"
http://localhost:8080/artistView/"an artist name"
http://localhost:8080/bioView/"an artist name"

"an artist name" example: Jaco%20Pastorius

About

Exploring Dropwizard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published