Merge branch '5.3.x'
This commit is contained in:
commit
67b1420b32
|
@ -6558,7 +6558,7 @@ and using "`stub`" repositories instead:
|
||||||
.Kotlin
|
.Kotlin
|
||||||
----
|
----
|
||||||
@Configuration
|
@Configuration
|
||||||
@ComponentScan(basePackages = "org.example",
|
@ComponentScan(basePackages = ["org.example"],
|
||||||
includeFilters = [Filter(type = FilterType.REGEX, pattern = [".*Stub.*Repository"])],
|
includeFilters = [Filter(type = FilterType.REGEX, pattern = [".*Stub.*Repository"])],
|
||||||
excludeFilters = [Filter(Repository::class)])
|
excludeFilters = [Filter(Repository::class)])
|
||||||
class AppConfig {
|
class AppConfig {
|
||||||
|
|
Loading…
Reference in New Issue