@FunctionalInterfaceSE public interface BootstrapRegistryInitializer
BootstrapRegistry を初期化するために使用できるコールバックインターフェース。SpringApplication.addBootstrapRegistryInitializer(BootstrapRegistryInitializer), BootstrapRegistry| 修飾子と型 | メソッドと説明 |
|---|---|
void | initialize(BootstrapRegistry registry) 指定された BootstrapRegistry を必要な登録で初期化します。 |
void initialize(BootstrapRegistry registry)
BootstrapRegistry を必要な登録で初期化します。registry - 初期化するレジストリ