Merge pull request #7918 from albanoj2/master
BAEL-3225: Fixed integration tests
This commit is contained in:
commit
823bc9d4b0
|
@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration;
|
|||
|
||||
|
||||
@Configuration
|
||||
@ComponentScan({ "com.baeldung.web" })
|
||||
@ComponentScan({ "com.baeldung.web", "com.baeldung.repository" })
|
||||
public class TestConfig {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue