0
点赞
收藏
分享

微信扫一扫

整合SSH的时候显示SQL配置


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 条评论