mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 03:52:10 +00:00
parent
1cd572125e
commit
403d9d08e2
1
pom.xml
1
pom.xml
@ -321,6 +321,7 @@
|
||||
<useFile>false</useFile>
|
||||
<includes>
|
||||
<include>**/*Tests.java</include>
|
||||
<include>**/*Test.java</include>
|
||||
</includes>
|
||||
<systemPropertyVariables>
|
||||
<es.set.netty.runtime.available.processors>false</es.set.netty.runtime.available.processors>
|
||||
|
@ -24,8 +24,8 @@ import org.springframework.test.context.ContextConfiguration;
|
||||
/**
|
||||
* @author Peter-Josef Meisch
|
||||
*/
|
||||
@ContextConfiguration(classes = { CriteriaQueryTestsTransport.Config.class })
|
||||
public class CriteriaQueryTestsTransport extends CriteriaQueryTests {
|
||||
@ContextConfiguration(classes = { CriteriaQueryTransportTests.Config.class })
|
||||
public class CriteriaQueryTransportTests extends CriteriaQueryTests {
|
||||
@Configuration
|
||||
@Import({ ElasticsearchTemplateConfiguration.class })
|
||||
@EnableElasticsearchRepositories(considerNestedRepositories = true)
|
Loading…
x
Reference in New Issue
Block a user