Skip to content

Commit 95dad34

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-31206
2 parents 682ac53 + 35fb4f4 commit 95dad34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/data-initialization.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Spring Boot will automatically detect beans of the following types that initiali
200200
- `SpringLiquibase`
201201

202202
If you are using a third-party starter for a database initialization library, it may provide a detector such that beans of other types are also detected automatically.
203-
To have other beans be detected, register an implementation of `DatabaseInitializerDetector` in `META-INF/spring-factories`.
203+
To have other beans be detected, register an implementation of `DatabaseInitializerDetector` in `META-INF/spring.factories`.
204204

205205

206206

@@ -215,5 +215,5 @@ Spring Boot will automatically detect beans of the following types that depends
215215
- `NamedParameterJdbcOperations`
216216

217217
If you are using a third-party starter data access library, it may provide a detector such that beans of other types are also detected automatically.
218-
To have other beans be detected, register an implementation of `DependsOnDatabaseInitializationDetector` in `META-INF/spring-factories`.
218+
To have other beans be detected, register an implementation of `DependsOnDatabaseInitializationDetector` in `META-INF/spring.factories`.
219219
Alternatively, annotate the bean's class or its `@Bean` method with `@DependsOnDatabaseInitialization`.

0 commit comments

Comments
 (0)