mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-10 04:11:32 +08:00
feat: update mail template (#62)
This commit is contained in:
@@ -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}"
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user