[JAVA-2306] Fixed failing integration test (#9999)

This commit is contained in:
François Dupire 2020-09-10 17:27:24 +02:00 committed by GitHub
parent b03fdd2c4b
commit 0acc6a25e1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder;
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType;
@Configuration
@ComponentScan("com.baeldung.spring.jdbc")
@ComponentScan("com.baeldung.spring.jdbc.template.guide")
public class SpringJdbcConfig {
@Bean