main

open fun main(mainApplicationClass: Class<out Any>): SpringApplicationBuilder

Fixes the main application class that is used to anchor the startup messages.

Return

the current builder

Parameters

mainApplicationClass

the class to use.