We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d764a05 commit fba390dCopy full SHA for fba390d
src/main/webapp/WEB-INF/applicationContext.xml
@@ -81,7 +81,7 @@ Definitions to use MyBatis:
81
<props>
82
<prop key="hibernate.show_sql">false</prop>
83
<prop key="hibernate.format_sql">true</prop>
84
- <prop key="hibernate.dialect">org.hibernate.dialect.HSQLDialect</prop>
+ <prop key="hibernate.dialect">org.hibernate.dialect.H2Dialect</prop>
85
<prop key="hibernate.id.new_generator_mappings">true</prop>
86
</props>
87
</property>
0 commit comments