enable hibernate.format_sql property for testing

This commit is contained in:
Strong Liu 2013-01-05 22:39:34 +08:00
parent ff34a00485
commit b22b688ef9
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ hibernate.connection.username sa
hibernate.connection.pool_size 5
hibernate.show_sql false
hibernate.format_sql true
hibernate.max_fetch_depth 5