Commit 6fc5c241e076f3a858d9d884797d6b9f23029d31
1 parent
d1075a4a
Declare H2 JDBC driver
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/test/resources/application.properties
1 | 1 | logging.level.org.springframework=INFO |
2 | 2 | logging.level.org.hibernate.SQL=DEBUG |
3 | 3 | logging.level.org.hibernate=INFO |
4 | -#spring.datasource.default-auto-commit=false | |
5 | -#spring.datasource.auto-commit=false | |
6 | 4 | \ No newline at end of file |
5 | +spring.datasource.url=jdbc:h2:mem:persistence;TRACE_LEVEL_FILE=4 | |
7 | 6 | \ No newline at end of file | ... | ... |