This commit is contained in:
OhSeongRak
2025-06-17 10:05:16 +09:00
commit 44d7312a85
178 changed files with 15106 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
dependencies {
implementation project(':common')
// 데이터베이스 의존성
runtimeOnly 'org.postgresql:postgresql'
}