initializers
open fun initializers(initializers: Array<ApplicationContextInitializer<out Any>>): SpringApplicationBuilder
Add some initializers to the application (applied to the ApplicationContext before any bean definitions are loaded).
Return
the current builder
Parameters
initializers
some initializers to add