AI changes to reporting
All checks were successful
Build & Deploy Backend / build (push) Successful in 1m28s
Build & Deploy Backend / deploy (push) Successful in 34s

This commit is contained in:
2025-10-29 11:30:20 +08:00
parent 7797da78d0
commit afceca70d9
9 changed files with 89118 additions and 0 deletions

View File

@@ -60,6 +60,10 @@ dependencies {
// Email dependancy for SMTP
implementation 'org.springframework.boot:spring-boot-starter-mail'
// Caching with Caffeine
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'com.github.ben-manes.caffeine:caffeine'
// Lombok (optional for reducing boilerplate)
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'