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 2e03333 commit 8b4750eCopy full SHA for 8b4750e
src/docs/asciidoc/core/core-beans.adoc
@@ -6615,7 +6615,7 @@ and using "`stub`" repositories instead:
6615
.Kotlin
6616
----
6617
@Configuration
6618
- @ComponentScan(basePackages = "org.example",
+ @ComponentScan(basePackages = ["org.example"],
6619
includeFilters = [Filter(type = FilterType.REGEX, pattern = [".*Stub.*Repository"])],
6620
excludeFilters = [Filter(Repository::class)])
6621
class AppConfig {
0 commit comments