update boot dependencies, config

This commit is contained in:
Loredana
2019-01-25 22:40:12 +02:00
parent ef8ae28197
commit 1293f4e172
4 changed files with 7 additions and 68 deletions

View File

@@ -25,7 +25,6 @@ import com.google.common.base.Preconditions;
@EnableTransactionManagement
@PropertySource({ "classpath:persistence-${envTarget:h2}.properties" })
@ComponentScan({ "com.baeldung.persistence" })
// @ImportResource("classpath*:springDataPersistenceConfig.xml")
@EnableJpaRepositories(basePackages = "com.baeldung.persistence.dao")
public class PersistenceConfig {