Skip to content

Sample Dropwizard app => Write a dropwizard app using gradle as build system. Use Guice for dependency injecti. The app should follow REST conventions. The apis app should support are Get a list of all authors Get an author by id Given an author id return his books Get all the books Add a new book Add a new author App should use hibernate and my…

mohitsinghnegi1/Dropwizard-gradle-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard Gradle Starter Project

Starter project for Dropwizard using Gradle as the build system. Code is from the Dropwizard tutorial

Project uses ShadowJar to build an all-in-one, "fat jar".

Getting going

  1. Clone project

  2. Run

gradlew build
  1. Start project
java -jar build/libs/Dropwizard-gradle-boilerplate-1.0.0-all.jar server src/main/yml/server.yml
  1. Browse to:
  1. See the Next steps section of tutorial

Dropwizard-gradle-boilerplate

//TODO: other apis

About

Sample Dropwizard app => Write a dropwizard app using gradle as build system. Use Guice for dependency injecti. The app should follow REST conventions. The apis app should support are Get a list of all authors Get an author by id Given an author id return his books Get all the books Add a new book Add a new author App should use hibernate and my…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages