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

@@ -30,11 +30,12 @@ dependencies {
implementation 'com.auth0:java-jwt:3.18.3'
implementation 'org.commonmark:commonmark:0.18.1'
implementation 'com.github.javafaker:javafaker:1.0.2'
implementation 'commons-io:commons-io'
implementation 'com.alibaba:easyexcel'
implementation "org.freemarker:freemarker"
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
implementation "com.squareup.retrofit2:retrofit:${retrofitVersion}"
implementation "com.squareup.retrofit2:converter-jackson:${retrofitVersion}"
// test
testImplementation "mysql:mysql-connector-java:${mysqlConnectorVersion}"