I am using jHipster and it is great as most of the boiler-plate Java code is automatically generated.
In my application, I need two MySQL databases. How do I configure them? Should I have two different database config files for the two different schemas?
Also, jHipster uses Liquibase, so how do I change my DatabaseConfiguration class?