BAEL-3225: Corrected failing integration tests.
This commit is contained in:
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 {
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user