Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 610 Bytes

dropwizard-hibernate

Setting up a Dropwizard project using Hibernate with multiple tables and relationships between them. I took my dropwizard-gradle project as a starting point.

Steps to run:

To Create a IntelliJ project:

  • Run:

    ./gradlew idea

Troubleshooting:

  • You may need to install Java 7