feature: support custom table template (#102)

* feat: add table field template field

* feat:update frontend resources
This commit is contained in:
vran
2022-04-17 12:37:10 +08:00
committed by GitHub
parent 89ffd95f8c
commit 6b6a7f4e40
36 changed files with 115 additions and 85 deletions

View File

@@ -33,6 +33,7 @@ dependencies {
implementation 'commons-io:commons-io'
implementation 'com.alibaba:easyexcel'
implementation "org.freemarker:freemarker"
implementation 'com.google.guava:guava:31.1-jre'
implementation "com.squareup.retrofit2:retrofit:${retrofitVersion}"
implementation "com.squareup.retrofit2:converter-jackson:${retrofitVersion}"