Merge pull request #7918 from albanoj2/master

BAEL-3225: Fixed integration tests
This commit is contained in:
Eric Martin 2019-10-01 07:25:22 -05:00 committed by GitHub
commit 823bc9d4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
}