Author: bleny Date: 2013-06-28 16:21:10 +0200 (Fri, 28 Jun 2013) New Revision: 266 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: hibernate.show_sql=true Modified: trunk/magalie-persistence/src/main/resources/magalie.properties Modified: trunk/magalie-persistence/src/main/resources/magalie.properties =================================================================== --- trunk/magalie-persistence/src/main/resources/magalie.properties 2013-06-28 14:16:34 UTC (rev 265) +++ trunk/magalie-persistence/src/main/resources/magalie.properties 2013-06-28 14:21:10 UTC (rev 266) @@ -26,7 +26,7 @@ javax.persistence.jdbc.password= hibernate.dialect=org.hibernate.dialect.H2Dialect hibernate.hbm2ddl.auto=update -hibernate.show_sql=false +hibernate.show_sql=true hibernate.format_sql=true hibernate.ejb.naming_strategy=org.hibernate.cfg.ImprovedNamingStrategy
participants (1)
-
bleny@users.forge.codelutin.com