nfrankel
fun beans() = beans { bean("controller") { WelcomeController(WelcomeService(ref<WelcomeRepository>())) } }