샘플코드 추가

This commit is contained in:
2026-04-09 17:43:36 +09:00
parent 9b9fb24028
commit 9cd5ff309f
33 changed files with 942 additions and 46 deletions

View File

@@ -3,6 +3,6 @@ plugins {
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
runtimeOnly 'org.postgresql:postgresql'
// DB 드라이버
implementation 'org.postgresql:postgresql:42.7.3'
}