applicationContext.xml
-------------------------------
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
<prop key="hibernate.show_sql">true</prop>
</props>
</property>
整合SSH的时候显示SQL配置
阅读 115
2023-03-20
applicationContext.xml
-------------------------------
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
<prop key="hibernate.show_sql">true</prop>
</props>
</property>
相关推荐
精彩评论(0)