Scala 如何打印所有当前Play2配置?

Scala 如何打印所有当前Play2配置?,scala,playframework,playframework-2.2,typesafe-stack,typesafe-config,Scala,Playframework,Playframework 2.2,Typesafe Stack,Typesafe Config,我有val config=Play.current.configuration,我想得到所有当前配置键及其字符串值的Map[String,String]。我该怎么做呢?config.entrySet.toMap.mapValues(\uu.render)

我有
val config=Play.current.configuration
,我想得到所有当前配置键及其字符串值的
Map[String,String]
。我该怎么做呢?

config.entrySet.toMap.mapValues(\uu.render)