Merge branch '5.3.x'

This commit is contained in:
Sam Brannen 2022-06-15 11:28:04 +02:00
commit 67b1420b32
1 changed files with 1 additions and 1 deletions

View File

@ -6558,7 +6558,7 @@ and using "`stub`" repositories instead:
.Kotlin
----
@Configuration
@ComponentScan(basePackages = "org.example",
@ComponentScan(basePackages = ["org.example"],
includeFilters = [Filter(type = FilterType.REGEX, pattern = [".*Stub.*Repository"])],
excludeFilters = [Filter(Repository::class)])
class AppConfig {