public interface Bootstrapper
BootstrapRegistry
before it
is used.SpringApplication.addBootstrapper(Bootstrapper)
,
BootstrapRegistry
Modifier and Type | Method and Description |
---|---|
void |
intitialize(BootstrapRegistry registry)
Initialize the given
BootstrapRegistry with any required registrations. |
void intitialize(BootstrapRegistry registry)
BootstrapRegistry
with any required registrations.registry
- the registry to initialize