mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-10 04:32:45 +08:00
refactor document export logic (#51)
* refactor: redesign file export api * feat:update frontend resources * fix: checkstyle
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user