Tag Archives: Property Files

QuickKnol: Reading Configuration Files in Scala


There are several ways of reading configuration files in Scala including the java properties way with the deprecated Configgy and quite some more. One way which is easy and comes in handy is with the Typesafe Config project which is … Continue reading

Posted in Scala | Tagged , , | Leave a comment