Hello,
what settings do I need in a Hibernate (/Spring) configuration file (XML) for MariaDB? The same as in MySQL?
Which URL, JDBC driver and Hibernate dialect I have to use?
Thanks in advance!\\
Greetings: Anke
Answer
You should use the exact same settings that you would for MySQL since MariaDB is 100% compatible.
You can find an article about MySQL and Hibernate here: http://www.javabeat.net/tips/112-configure-mysql-database-with-hibernate-mappi.html