added yaml dump&parse class

This commit is contained in:
2020-05-10 21:23:44 +02:00
parent 6ab3b63923
commit e1d7becc2e
5 changed files with 205 additions and 1 deletions

View File

@ -28,6 +28,7 @@ dependencies {
implementation 'com.github.gwenn:sqlite-dialect:0.1.0'
implementation 'org.springframework.boot:spring-boot-devtools'
implementation 'org.xerial:sqlite-jdbc:3.28.0'
implementation 'org.yaml:snakeyaml:1.26'
testCompile("org.springframework.boot:spring-boot-starter-test")
}