Class VaultBootstrapper


  • public abstract class VaultBootstrapper
    extends Object
    Utility to customize Bootstrapping of Vault when using the ConfigData API when importing vault://.
    Since:
    3.0
    Author:
    Mark Paluch
    • Method Detail

      • fromConfigurer

        public static org.springframework.boot.BootstrapRegistryInitializer fromConfigurer​(VaultConfigurer configurer)
        Create a BootstrapRegistryInitializer that configures a VaultConfigurer.
        Parameters:
        configurer - the configurer to apply.
        Returns:
        the bootstrapper object.