addBootstrapRegistryInitializer
open fun addBootstrapRegistryInitializer(bootstrapRegistryInitializer: BootstrapRegistryInitializer): SpringApplicationBuilder
Adds BootstrapRegistryInitializer instances that can be used to initialize the BootstrapRegistry.
Return
the current builder
Since
2.4.5
Parameters
bootstrapRegistryInitializer
the bootstrap registry initializer to add