hibernate基本配置show_sql、sql_format

show_sql是否打印生成的sql语句:

 <property name="show_sql">false</property>

sql_format,格式化生成的sql语句:

<property name="format_sql">true</property>
原文地址:https://www.cnblogs.com/lihaoyang/p/4846896.html