Create TestConfig
This commit is contained in:
parent
a42a9bbc88
commit
170a45a314
@ -0,0 +1,10 @@
|
|||||||
|
package com.baeldung.circulardependency;
|
||||||
|
|
||||||
|
import org.springframework.context.annotation.ComponentScan;
|
||||||
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
|
@Configuration
|
||||||
|
@ComponentScan(basePackages = { "com.baeldung.circulardependency" })
|
||||||
|
public class TestConfig {
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user