BAEL-16326 Week 34 | go through the integration test results and see what NEW failing tests we have (#7641)
- fixing newly failing integration tests
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ import com.google.common.base.Preconditions;
|
||||
@PropertySource({ "classpath:persistence-${envTarget:h2}.properties" })
|
||||
@ComponentScan({ "com.baeldung.spring.data.persistence" })
|
||||
// @ImportResource("classpath*:springDataPersistenceConfig.xml")
|
||||
@EnableJpaRepositories(basePackages = "com.baeldung.spring.data.persistence.dao")
|
||||
@EnableJpaRepositories(basePackages = { "com.baeldung.spring.data.persistence.dao", "com.baeldung.spring.data.persistence.jpaquery" })
|
||||
public class PersistenceConfig {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user