Hey,
I'm beginning with Spring, and decided to do my first project in Kotlin.
I used the Spring initializer, and IntelliJ generated me the Application class.
Could someone explain me what the
*
in this line :
SpringApplication.run(DemoApplication::class.java, *args)
please?