Eric
ignoreFunction
SpreadOperator
package com.example.demo import org.springframework.boot.autoconfigure.SpringBootApplication import org.springframework.boot.runApplication import org.springframework.scheduling.annotation.EnableAsync @EnableAsync @SpringBootApplication class DemoApplication fun main(args: Array<String>) { @Suppress("SpreadOperator") runApplication<DemoApplication>(*args) }
Brais Gabin
com.example.demo.main
A modern programming language that makes developers happier.