Update README.md

Changing recommended MySql dialect to org.hibernate.dialect.MySQL5InnoDBDialect in README
This commit is contained in:
Sean McIlvenna
2019-05-22 16:01:58 -07:00
committed by GitHub
parent 1250a27658
commit 23ad3ec62c

View File

@@ -32,7 +32,7 @@ To configure the starter app to use MySQL, instead of the default Derby, update
* datasource.driver=com.mysql.jdbc.Driver
* datasource.url=jdbc:mysql://localhost:3306/hapi_dstu3
* hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
* hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
It is important to use MySQL5Dialect when using MySQL version 5+.