Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.47 KB

File metadata and controls

36 lines (26 loc) · 1.47 KB

Example-Spark-Hibernate-Application

This project serves as an example for using Hibernate with Spring using Java to provide an ORM supported CRUD environment for marshaling data with a SQLite persistent store, all for the eventual development of a RESTful Web API.

Getting Started

  1. Open up Terminal (on a Mac...who develops on Windows anyway!)
  2. CD into the directory to where you'd like to have the project files live. for example...
$ cd ~/Desktop
  1. Clone that thing!
$ git clone https://github.com/markfilter/Example-Spark-Hibernate-Application.git
  1. Drag the folder over your icon for IntelliJ IDEA.
  2. Refresh gradle.build, build the project, and enjoy the code reference.

Built With

License

This project is licensed under the MIT License - see the MIT for details

Acknowledgments

  • Thanks to the Team Treehouse developers for an excellent introductory course in Hibernate!