Polishing
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package org.springframework.cloud.vault.config;
|
||||
|
||||
import org.springframework.boot.context.config.ConfigDataLocationResolver;
|
||||
import org.springframework.cloud.bootstrap.BootstrapConfiguration;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ import org.springframework.util.ReflectionUtils;
|
||||
* VaultConfigurer configurer = …;
|
||||
* SpringApplication application = …;
|
||||
*
|
||||
* application.addBootstrapper(registy -> register(VaultConfigurer.class, context -> configurer));
|
||||
* application.addBootstrapper(registy -> register(VaultConfigurer.class, context -> configurer));
|
||||
* </pre>
|
||||
* <p>
|
||||
* Registers also {@link VaultProperties} in the {@link BootstrapRegistry} that is
|
||||
|
||||
Reference in New Issue
Block a user