[JAVA-2306] Fixed failing integration test (#9999)
This commit is contained in:
parent
b03fdd2c4b
commit
0acc6a25e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue