Changeset 674
- Timestamp:
- 04/12/11 18:54:46 (2 years ago)
- File:
-
- 1 edited
-
raptor-mua/trunk/src/main/config/dao-beans.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raptor-mua/trunk/src/main/config/dao-beans.xml
r671 r674 25 25 <props> 26 26 <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 --> 28 28 <prop key="hibernate.hbm2ddl.auto">create</prop> <!-- update changes the db if mapping changes, creates the db if none exists, 29 29 in production do not use any of these -->
Note: See TracChangeset
for help on using the changeset viewer.
