perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.64k stars 1.56k forks source link

Use `StaticFilesConfiguration` as the single source of truth. #902

Closed jakaarl closed 7 years ago

jakaarl commented 7 years ago

Ditch local variables in Service in favour of consulting the configuration object. Also fixes the issue of not properly clearing on stop.

tipsy commented 7 years ago

This looks very nice, thanks.