BAEL-3225: Corrected failing integration tests.

This commit is contained in:
Justin Albano
2019-09-30 18:00:44 -04:00
parent 480cab4655
commit d4d31dcc4b
@@ -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 {
}