Skip to content

Instantly share code, notes, and snippets.

@chrisbay
Created January 9, 2018 14:07
Show Gist options
  • Save chrisbay/bc4396051d270324ba0443cc09d12228 to your computer and use it in GitHub Desktop.
Save chrisbay/bc4396051d270324ba0443cc09d12228 to your computer and use it in GitHub Desktop.
Spring Boot config for H2 in-memory database
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:test
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto=update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment