Skip to content

rahulsh1/dropwizard-mysql-crud-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published