Uses of Interface
org.springframework.boot.BootstrapRegistryInitializer
Package
Description
Core Spring Boot classes.
Fluent 'builder' style API to construct a
SpringApplication
.-
Uses of BootstrapRegistryInitializer in org.springframework.boot
Modifier and TypeMethodDescriptionvoid
SpringApplication.addBootstrapRegistryInitializer
(BootstrapRegistryInitializer bootstrapRegistryInitializer) AddsBootstrapRegistryInitializer
instances that can be used to initialize theBootstrapRegistry
. -
Uses of BootstrapRegistryInitializer in org.springframework.boot.builder
Modifier and TypeMethodDescriptionSpringApplicationBuilder.addBootstrapRegistryInitializer
(BootstrapRegistryInitializer bootstrapRegistryInitializer) AddsBootstrapRegistryInitializer
instances that can be used to initialize theBootstrapRegistry
.