removing unused imports
This commit is contained in:
-1
@@ -7,7 +7,6 @@ import javax.sql.DataSource;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabase;
|
||||
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder;
|
||||
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType;
|
||||
|
||||
|
||||
-2
@@ -2,8 +2,6 @@ package org.baeldung.persistence.deletion.config;
|
||||
|
||||
import org.baeldung.config.PersistenceJPAConfigL2Cache;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
public class PersistenceJPAConfigDeletion extends PersistenceJPAConfigL2Cache {
|
||||
|
||||
public PersistenceJPAConfigDeletion() {
|
||||
|
||||
-1
@@ -1,7 +1,6 @@
|
||||
package org.baeldung.persistence.deletion.model;
|
||||
|
||||
import javax.persistence.*;
|
||||
import java.util.List;
|
||||
|
||||
@Entity
|
||||
@Table(name = "BAZ")
|
||||
|
||||
Reference in New Issue
Block a user