1

Add REST API for Caruna/Helen parser

This commit is contained in:
2021-07-02 10:54:37 +03:00
parent 51acb20cdd
commit b1f4a74152
5 changed files with 114 additions and 2 deletions

11
rest-api/build.gradle Normal file
View File

@@ -0,0 +1,11 @@
dependencies {
implementation 'io.javalin:javalin:3.13.8'
implementation "org.thymeleaf:thymeleaf:3.0.11.RELEASE"
implementation project(':composite-parsers')
implementation 'org.apache.logging.log4j:log4j-core:2.11.0'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.0'
}
application.mainClass='com.devsoap.parsers.api.Api'