mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 04:49:25 +08:00
feat: support version diff (#52)
* feat: implementation diff processor * fix: checkstyle * feat: ignore sync if without change * fix: checkstyle * feat:add databasir diff api * feat:update frontend resources
This commit is contained in:
@@ -2,4 +2,6 @@ dependencies {
|
||||
testImplementation 'mysql:mysql-connector-java:8.0.27'
|
||||
implementation 'org.commonmark:commonmark:0.18.1'
|
||||
implementation 'org.freemarker:freemarker:2.3.31'
|
||||
testImplementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
|
||||
testImplementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user