패키지 구조 수정 및 추가
This commit is contained in:
8
api-app/infrastructure-db-postgres/build.gradle
Normal file
8
api-app/infrastructure-db-postgres/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
runtimeOnly 'org.postgresql:postgresql'
|
||||
}
|
||||
Reference in New Issue
Block a user