spring.jpa.database=H2 spring.datasource.platform=h2 spring.datasource.url=jdbc:h2:mem: #spring.datasource.username=root #spring.datasource.password=changeme spring.jpa.show-sql=true spring.jpa.generate-ddl=true spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true