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)
}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)
}Create a free account to access the full topic