Merge branch '5.3.x'
This commit is contained in:
commit
67b1420b32
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue