Added Basic auth and GZIP compression

This commit is contained in:
Przemek Dragańczuk
2020-02-16 15:46:29 +01:00
parent eba16d518e
commit 59b6d43aea
4 changed files with 39 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ jar {
dependencies {
compile "com.sparkjava:spark-core:2.8.0"
implementation 'com.qmetric:spark-authentication:1.4'
}
application {