feat: complete leave approval MVP

This commit is contained in:
selfrelease
2026-07-18 19:20:07 +08:00
parent 2105fe3bac
commit 090a7e33ce
133 changed files with 7845 additions and 100 deletions
+2
View File
@@ -28,6 +28,8 @@ dependencies {
implementation("org.flywaydb:flyway-database-postgresql")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.flowable:flowable-spring-boot-starter-process:7.2.0")
implementation("io.minio:minio:8.5.17")
implementation("com.google.firebase:firebase-admin:9.4.3")
runtimeOnly("org.postgresql:postgresql")
testImplementation("org.springframework.boot:spring-boot-starter-test")