File tree Expand file tree Collapse file tree
persistence/src/test/java/org/opendevstack/apiservice/persistence Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import org .springframework .boot .SpringBootConfiguration ;
44import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
55import org .springframework .boot .autoconfigure .domain .EntityScan ;
6- import org .springframework .cache .annotation .EnableCaching ;
76import org .springframework .data .jpa .repository .config .EnableJpaRepositories ;
87
98/**
109 * Shared Spring Boot test bootstrap for the persistence module.
1110 */
1211@ SpringBootConfiguration
1312@ EnableAutoConfiguration
14- @ EnableCaching
1513@ EntityScan (basePackages = "org.opendevstack.apiservice.persistence.entity" )
1614@ EnableJpaRepositories (basePackages = "org.opendevstack.apiservice.persistence.repository" )
1715public class PersistenceTestApplication {
You can’t perform that action at this time.
0 commit comments