rahulsh1 / dropwizard-mysql-crud-example

Using dropwizard with mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropwizard-mysql-crud-example

Taken from this link and ported to mysql

Pre-requisites

MYSQL database: Update the main.yml if your configuration differs. In this example, we use

database: hello_world
user: hello_user
pass: pass1234

Build:

mvn clean package

Database creation:

java -jar target/holdinarms-0.0.1.jar db migrate main.yml

Run:

java -jar target/holdinarms-0.0.1.jar server main.yml

Open browser pointing at

http://localhost:9000

About

Using dropwizard with mysql


Languages

Language:Java 52.2%Language:HTML 26.0%Language:JavaScript 21.0%Language:CSS 0.8%