spring: datasource: url: jdbc:h2:mem:testdb driverClassName: org.h2.Driver hikari: maxLifetime: 1800000 maximumPoolSize: 3 jpa: hibernate: ddl-auto: create-drop open-in-view: false