Use a command line argument to specify the configuration file.

This commit is contained in:
Michael Lipp 2023-06-06 16:55:40 +02:00
parent ba7147ba0e
commit 351c876024
4 changed files with 337 additions and 309 deletions

View file

@ -14,6 +14,7 @@ dependencies {
implementation 'org.jgrapes:org.jgrapes.http:[3.1.0,4)'
implementation 'org.jgrapes:org.jgrapes.util:[1.28.0,2)'
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'org.freemarker:freemarker:[2.3.32,2.4)'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:[2.15.1,3]'