mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-10 04:11:32 +08:00
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:
@@ -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}"
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user