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

@@ -30,6 +30,7 @@ dependencies {
implementation 'com.auth0:java-jwt:3.18.3'
implementation 'org.commonmark:commonmark:0.18.1'
implementation 'org.freemarker:freemarker:2.3.31'
implementation 'com.alibaba:easyexcel'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'