Skip to content

Instantly share code, notes, and snippets.

@anirban99
Created April 4, 2021 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anirban99/833cfa625b8e58386ec7ef617c83d31c to your computer and use it in GitHub Desktop.
Save anirban99/833cfa625b8e58386ec7ef617c83d31c to your computer and use it in GitHub Desktop.
spring:
datasource:
driver-class-name: "org.h2.Driver"
url: "jdbc:h2:mem:dev_db"
username: "sa"
password: "sa"
jpa:
hibernate:
ddl-auto: update
show-sql: true
generate-ddl: false
properties:
hibernate:
dialect: org.hibernate.dialect.H2Dialect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment