change mysql config

This commit is contained in:
Andrea Boriero 2016-04-21 17:57:38 +01:00 committed by Gail Badner
parent 513c2358f7
commit 34b63336a6
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ ext {
mysql : [
'db.dialect' : 'org.hibernate.dialect.MySQL57InnoDBDialect',
'jdbc.driver': 'com.mysql.jdbc.Driver',
'jdbc.user' : 'hibernateormtest',
'jdbc.pass' : 'hibernateormtest',
'jdbc.url' : 'jdbc:mysql://localhost/hibernate_orm_test'
'jdbc.user' : 'dballo15',
'jdbc.pass' : 'dballo15',
'jdbc.url' : 'jdbc\\:mysql\\://db19.mw.lab.eng.bos.redhat.com\\:3306/dballo15'
],
mariadb : [
'db.dialect' : 'org.hibernate.dialect.MySQL57InnoDBDialect',