Changeset 674


Ignore:
Timestamp:
04/12/11 18:54:46 (2 years ago)
Author:
philsmart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • raptor-mua/trunk/src/main/config/dao-beans.xml

    r671 r674  
    2525                        <props> 
    2626                                <prop key="hibernate.dialect"> org.hibernate.dialect.PostgreSQLDialect</prop> <!-- database type --> 
    27                                 <prop key="hibernate.show_sql">true</prop>  <!-- outputs the SQL queries used to the standard logger --> 
     27                                <prop key="hibernate.show_sql">false</prop>  <!-- outputs the SQL queries used to the standard logger --> 
    2828                                <prop key="hibernate.hbm2ddl.auto">create</prop> <!-- update changes the db if mapping changes, creates the db if none exists, 
    2929                                        in production do not use any of these --> 
Note: See TracChangeset for help on using the changeset viewer.