application-test.properties 237 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 spring.datasource.url=jdbc:h2:mem:testdb spring.datasource.username=sa spring.datasource.password= spring.h2.console.enabled=true spring.h2.console.path=/h2-console spring.jpa.show_sql=true spring.jpa.properties.hibernate.format_sql=true