refactor document export logic (#51)

* refactor: redesign file export api

* feat:update frontend resources

* fix: checkstyle
This commit is contained in:
vran
2022-03-15 20:38:38 +08:00
committed by GitHub
parent 826131fed3
commit 64df3d028c
61 changed files with 353 additions and 190 deletions

View File

@@ -34,6 +34,7 @@ subprojects {
postgresqlConnectorVersion = '42.3.1'
hikariVersion = '5.0.0'
jacksonVersion = '2.13.1'
easyExcelVersion = '3.0.5'
}
dependencies {
@@ -47,6 +48,8 @@ subprojects {
annotationProcessor "org.mapstruct:mapstruct-processor:${mapstructVersion}"
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation "com.alibaba:easyexcel:${easyExcelVersion}"
}
test {