Hikari docs are clearly biased in favor of using the DataSource properties over the JDBC URI method of configuring data sources. While I've made good progress with regular MySQL, I'm struggling to configure H2 and MySQL loadbalanced connections properly this way.
MySQL loadbalanced connections because they rely on the URL starting with "jdbc:mysql:loadbalance" -- this is apparently hard-coded in the Connector/J driver and I couldn't find any bean methods on the DataSource class to indicate to the driver that I'm trying to configure a loadbalanced data source.
If others have any experience configuring H2 and MySQL load balanced connections the Hikari way, I'd love to hear about it!
Thanks,
Diwaker