object Application { def main(args: Array[String]) : Unit = SpringApplication.run(classOf[ApplicationConfig], args :_ *) }