All Posts About Dropwizard (1)

Microservice Using Dropwizard, Hibernate and H2 Database

Microservice Using Dropwizard, Hibernate and H2 Database

19 Minutes Read

In this article, I will develop a Microservice Application using Dropwizard Framework and H2 Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.

Dropwizard Framework will serve as back-end server and I will be using Relational Database known as H2 Database, it is also known as an Embedded Java Database, for persisting(storing) the data.