feature: auto get driver class name (#91)

* feat: add get driver class name api

* feat: update frontend resources

* fix: checkstyle
This commit is contained in:
vran
2022-04-14 22:08:47 +08:00
committed by GitHub
parent b575a99392
commit 2790c82579
74 changed files with 221 additions and 118 deletions

View File

@@ -37,6 +37,8 @@ subprojects {
jacksonVersion = '2.13.1'
easyExcelVersion = '3.0.5'
freemarkerVersion = '2.3.31'
retrofitVersion = '2.9.0'
commonsIoVersion = '2.11.0'
}
dependencies {
@@ -52,6 +54,7 @@ subprojects {
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation "com.alibaba:easyexcel:${easyExcelVersion}"
implementation "org.freemarker:freemarker:${freemarkerVersion}"
implementation "commons-io:commons-io:${commonsIoVersion}"
}