feat: implementation diff processor

This commit is contained in:
vran
2022-03-16 23:42:38 +08:00
parent 64df3d028c
commit 2fd588c7b8
42 changed files with 9265 additions and 24 deletions

View File

@@ -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}"
}