Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created November 6, 2015 12:51
Show Gist options
  • Select an option

  • Save javaeeeee/58a612dfd694bddb3ee5 to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/58a612dfd694bddb3ee5 to your computer and use it in GitHub Desktop.
Database configuration for a Dropwizard project
# Database settings.
database:
# the name of the JDBC driver, mysql in our case
driverClass: com.mysql.jdbc.Driver
# the username
user: javaeeeee
# the password
password: 1
# the JDBC URL; the database is called DWGettingStarted
url: jdbc:mysql://localhost:3306/DWGettingStarted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment