Totally possible. See this
https://groups.google.com/forum/m/#!topic/dropwizard-user/mUTIfz0E8P4
I am working on some code that leverages Dropwizard that will require that I need to connect to at least two different databases (I plan to use Hibernate as well). I was unable to find any examples/documentation that will allow me to configure two different database connections in the Database block of the .yml configuration file. Is this possible in Dropwizard? If not, what are the workarounds that people have used in the past. Thank you in advanced for your help!
--
You received this message because you are subscribed to the Google Groups "dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-us...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thank you Carlo for the reply. How would I go about setting up the .yml file to provide the two database connection configurations? Would I just add two database blocks in the configuration file? Thanks again for your help.