application-test.properties 198 Bytes
# 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