Created
January 9, 2018 14:07
-
-
Save chrisbay/bc4396051d270324ba0443cc09d12228 to your computer and use it in GitHub Desktop.
Spring Boot config for H2 in-memory database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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