ItEr20S04ArquitecturaServidorItEr19S04: Changing mysql profile dialect to MySQLInnoDBDialect so mysql uses transactional tables.
This commit is contained in:
parent
61f178ee67
commit
c342952928
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
|
@ -130,7 +130,7 @@
|
||||||
<dataSource.url>jdbc:mysql://localhost/naval${navalplanner.mode}</dataSource.url>
|
<dataSource.url>jdbc:mysql://localhost/naval${navalplanner.mode}</dataSource.url>
|
||||||
<testDataSource.url>${dataSource.url}test</testDataSource.url>
|
<testDataSource.url>${dataSource.url}test</testDataSource.url>
|
||||||
<!-- Hibernate properties -->
|
<!-- Hibernate properties -->
|
||||||
<hibernate.dialect>org.hibernate.dialect.MySQLDialect</hibernate.dialect>
|
<hibernate.dialect>org.hibernate.dialect.MySQLInnoDBDialect</hibernate.dialect>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue