support mock data (#67)

* feat:support generate mock sql

* feat: update frontend resources

* feat: update readme

* fix: check failed
This commit is contained in:
vran
2022-04-06 19:21:12 +08:00
committed by GitHub
parent 30765be4d4
commit e4428a3890
117 changed files with 2501 additions and 258 deletions

View File

@@ -29,6 +29,7 @@ dependencies {
// others
implementation 'com.auth0:java-jwt:3.18.3'
implementation 'org.commonmark:commonmark:0.18.1'
implementation 'com.github.javafaker:javafaker:1.0.2'
implementation 'com.alibaba:easyexcel'
implementation "org.freemarker:freemarker"