spring.datasource.url=jdbc:h2:mem:testdb spring.datasource.username=sa spring.datasource.password= spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true spring.h2.console.enabled=true spring.h2.console.path=/h2