Skip to content

Commit fba390d

Browse files
committed
correct hibernate.dialog
1 parent d764a05 commit fba390d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/applicationContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Definitions to use MyBatis:
8181
<props>
8282
<prop key="hibernate.show_sql">false</prop>
8383
<prop key="hibernate.format_sql">true</prop>
84-
<prop key="hibernate.dialect">org.hibernate.dialect.HSQLDialect</prop>
84+
<prop key="hibernate.dialect">org.hibernate.dialect.H2Dialect</prop>
8585
<prop key="hibernate.id.new_generator_mappings">true</prop>
8686
</props>
8787
</property>

0 commit comments

Comments
 (0)