@@ -32,7 +32,7 @@ import org.springframework.data.util.AnnotatedTypeScanner;
|
||||
@Configuration
|
||||
@ImportResource("classpath:META-INF/spring/cache-config.xml")
|
||||
@EnableGemfireRepositories
|
||||
public class GeodeRepositoryConfig {
|
||||
class GeodeRepositoryConfig {
|
||||
|
||||
/**
|
||||
* TODO: Remove, once Spring Data Gemfire exposes a mapping context.
|
||||
|
||||
@@ -23,7 +23,7 @@ import org.springframework.test.context.ContextConfiguration;
|
||||
* @author Oliver Gierke
|
||||
*/
|
||||
@ContextConfiguration(classes = GeodeRepositoryConfig.class)
|
||||
public class GeodeWebTests extends CommonWebTests {
|
||||
class GeodeWebTests extends CommonWebTests {
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
|
||||
Reference in New Issue
Block a user