application-test.properties 198 Bytes Edit Raw Blame History 1 2 3 4 5 6 # server.port=${port:8080} spring.datasource.url=jdbc:h2:mem:testdb spring.datasource.username=sa spring.datasource.password= spring.jpa.show_sql=true spring.jpa.properties.hibernate.format_sql=true