调整SSH的时候显示SQL配置

整合SSH的时候显示SQL配置applicationContext.xml-------------------------------property namehibern

整合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>