enable hibernate.format_sql property for testing
This commit is contained in:
parent
ff34a00485
commit
b22b688ef9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue