Run application

Report a typo

Suppose you have a Kotlin-Spring application and want to run it. What function should be called for it?

@SpringBootApplication
class MySpringApp

fun main(args: Array<String>) {
    ______________<MySpringApp>(*args)
}
Enter a short text
___

Create a free account to access the full topic