패키지 구조 수정 및 추가

This commit is contained in:
2026-04-08 16:30:28 +09:00
parent d99422d328
commit 49447c9065
24 changed files with 189 additions and 236 deletions

View File

@@ -0,0 +1,8 @@
plugins {
id 'java'
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
runtimeOnly 'org.postgresql:postgresql'
}