Skip to content

Commit

Permalink
Update spring-boot.adoc (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
fh-ms authored Nov 4, 2024
1 parent e96f277 commit c26dcea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/misc/pages/integrations/spring-boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,14 @@ Spring documentation: https://docs.spring.io/spring-boot/reference/using/devtool

== Code Configuration Before Storage Creation

There are some use cases where it is necessary to configure storage before it is created. For this purpose, you can use the `StorageContextInitializer` to create a custom storage configuration in your application.
There are some use cases where it is necessary to configure the storage's context before it is created. For this purpose, you can use the `StorageContextInitializer` to create a custom storage configuration in your application.

Example for configuring `LazyReferenceManager`:

[source,java]
----
@Component
public class CustomStorageInitializerImpl implements CustomStorageInitializer
public class StorageContextInitializerImpl implements StorageContextInitializer
{
@Override
public void initialize()
Expand Down

0 comments on commit c26dcea

Please sign in to comment.