feat: update docs (#64)

* feat: update docs

* fix: ut execute error

* feat:update auto-check workflow
This commit is contained in:
vran
2022-03-25 18:42:10 +08:00
committed by GitHub
parent 0db5ad2153
commit 17d0f3a024
12 changed files with 31 additions and 12 deletions

View File

@@ -38,5 +38,6 @@ dependencies {
// test
testImplementation "mysql:mysql-connector-java:${mysqlConnectorVersion}"
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.flywaydb:flyway-core'
}