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.
2 parents 389ad03 + 8b4750e commit 67b1420Copy full SHA for 67b1420
src/docs/asciidoc/core/core-beans.adoc
@@ -6558,7 +6558,7 @@ and using "`stub`" repositories instead:
6558
.Kotlin
6559
----
6560
@Configuration
6561
- @ComponentScan(basePackages = "org.example",
+ @ComponentScan(basePackages = ["org.example"],
6562
includeFilters = [Filter(type = FilterType.REGEX, pattern = [".*Stub.*Repository"])],
6563
excludeFilters = [Filter(Repository::class)])
6564
class AppConfig {
0 commit comments