Skip to content

Commit

Permalink
Add dependencies for Spring Data JPA
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed May 26, 2021
1 parent 486e9a7 commit c24fe53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ repositories {
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-webflux")
Expand All @@ -27,6 +28,8 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
implementation("io.micrometer:micrometer-registry-prometheus")

runtimeOnly("com.h2database:h2")

kapt("org.springframework.boot:spring-boot-configuration-processor")

developmentOnly("org.springframework.boot:spring-boot-devtools")
Expand Down

0 comments on commit c24fe53

Please sign in to comment.