Implement Bookdrop: Watch folder for file drops and auto-process uploads

This commit is contained in:
aditya.chandel
2025-07-18 18:36:52 -06:00
committed by Aditya Chandel
parent 5064706b8f
commit 177528e640
80 changed files with 3171 additions and 136 deletions

View File

@@ -77,6 +77,7 @@ dependencies {
// --- Test Dependencies ---
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation "org.mockito:mockito-inline:5.2.0"
}
hibernate {