feat(back-end): add ClamAV service remember to add env and compose.deploy on server

This commit is contained in:
2026-02-19 15:59:33 +01:00
parent 2189e58cc6
commit 0d23521cac
13 changed files with 149 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
compileOnly 'org.projectlombok:lombok'
implementation 'xyz.capybara:clamav-client:2.1.2'
annotationProcessor 'org.projectlombok:lombok'
}