Skip to content

Instantly share code, notes, and snippets.

@baso53
Created November 14, 2021 10:58
Show Gist options
  • Save baso53/3ead51af50e2df0ebd705a68d22bd2c0 to your computer and use it in GitHub Desktop.
Save baso53/3ead51af50e2df0ebd705a68d22bd2c0 to your computer and use it in GitHub Desktop.
dependencies {
// ...
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
runtimeOnly 'com.h2database:h2'
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment