Files
DABEEO-DETECTION-APPLICATION/api-app/infrastructure-db-postgres/build.gradle

8 lines
162 B
Groovy

plugins {
id 'java'
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
runtimeOnly 'org.postgresql:postgresql'
}