Skip to content

Instantly share code, notes, and snippets.

@dev-tim
Last active May 9, 2023 15:37
Show Gist options
  • Save dev-tim/f129df34c237c32ff5e0ffa89dc00ae8 to your computer and use it in GitHub Desktop.
Save dev-tim/f129df34c237c32ff5e0ffa89dc00ae8 to your computer and use it in GitHub Desktop.
spring-boot-h2-config.properties
spring.datasource.url=jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.h2.console.enabled=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment