Skip to content

Commit 67b1420

Browse files
committed
Merge branch '5.3.x'
2 parents 389ad03 + 8b4750e commit 67b1420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6558,7 +6558,7 @@ and using "`stub`" repositories instead:
65586558
.Kotlin
65596559
----
65606560
@Configuration
6561-
@ComponentScan(basePackages = "org.example",
6561+
@ComponentScan(basePackages = ["org.example"],
65626562
includeFilters = [Filter(type = FilterType.REGEX, pattern = [".*Stub.*Repository"])],
65636563
excludeFilters = [Filter(Repository::class)])
65646564
class AppConfig {

0 commit comments

Comments
 (0)