Implemented types for notification templates (currently only MJML is used, but it's now easily expandable)

Added default templates
This commit is contained in:
grimsi
2024-09-24 14:26:21 +02:00
parent 8cf6236b1d
commit c0a790bda4
16 changed files with 222 additions and 41 deletions
+1
View File
@@ -70,6 +70,7 @@ dependencies {
// Notifications
implementation("org.springframework.boot:spring-boot-starter-mail")
implementation("ch.digitalfondue.mjml4j:mjml4j:1.0.3")
// Development
developmentOnly("org.springframework.boot:spring-boot-devtools")