8 lines
162 B
Groovy
8 lines
162 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
|
runtimeOnly 'org.postgresql:postgresql'
|
|
} |