We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b19069 commit cafd638Copy full SHA for cafd638
1 file changed
docs/modules/ROOT/pages/secret-backends.adoc
@@ -560,7 +560,7 @@ You can however enable default registration with
560
561
[source,java]
562
----
563
-public class CustomizationBean implements VaultConfigurer {
+public class MyConfigurer implements VaultConfigurer {
564
565
@Override
566
public void addSecretBackends(SecretBackendConfigurer configurer) {
@@ -575,7 +575,7 @@ public class CustomizationBean implements VaultConfigurer {
575
576
577
SpringApplication application = new SpringApplication(MyApplication.class);
578
-application.addBootstrapper(VaultBootstrapper.fromConfigurer(new CustomizationBean()));
+application.addBootstrapRegistryInitializer(VaultBootstrapper.fromConfigurer(new MyConfigurer()));
579
580
581
[[vault.config.backends.custom]]
0 commit comments