nfrankel
fun beans(repository: WelcomeRepository) = beans { bean(“controller”) { WelcomeController(WelcomeService(repository)) } }