Merge branch '5.3.x'
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user