<@U0BUH9FRD>: it's not a corrupted class. It's jus...
# spring
j
@sdeleuze: it's not a corrupted class. It's just an array of WelcomeController. And it's expected, since that's what you pass to standaloneMvcBuilders():
arrayOf(controller)
instead of just
controller
. It's a vararg method. You're not supposed to pass an array.