feat: update mail template (#62)

This commit is contained in:
vran
2022-03-25 11:24:55 +08:00
committed by GitHub
parent 92bb5a1742
commit 492b1cd5d9
12 changed files with 345 additions and 60 deletions

View File

@@ -35,6 +35,7 @@ subprojects {
hikariVersion = '5.0.0'
jacksonVersion = '2.13.1'
easyExcelVersion = '3.0.5'
freemarkerVersion = '2.3.31'
}
dependencies {
@@ -49,6 +50,7 @@ subprojects {
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation "com.alibaba:easyexcel:${easyExcelVersion}"
implementation "org.freemarker:freemarker:${freemarkerVersion}"
}