main

open fun main(args: Array<String>)

A basic main that can be used to launch an application. This method is useful when application sources are defined through a --spring.main.sources command line argument.

Most developers will want to define their own main method and call the run method instead.

Parameters

args

command line arguments

See also

Throws

if the application cannot be started