spring-data-examples
spring-data-examples copied to clipboard
Spring Data Example Projects
I couldn't understand why the doInitTestData() is never called when you invokde `mvn clean test`, as shown the log below : [INFO] Running example.springdata.solr.AdvancedSolrRepositoryTests =====> START annotationBasedBoosting ... =====> END...
`$geoIntersects` is only supported with `Criteria` object. It will be good to add the example
Hello together, we may all knows that we can set up to a `JDBCTemplate` a `Datasource`, so a `JDBCTemplate` knows which datasource it has: `JDBCTemplate JdbcTemplate = new JDBCTemplate(dataSource)` Whats...
I have this database data as below (ES 7.xx) version ``` { "id":"1234", "expirationDate":"17343234234", "paths":"http:localhost:9090", "work":"software dev", "family":{ "baba":"jams", "mother":"ela" } }, { "id":"00021", "expirationDate":"0123234", "paths":"http:localhost:8080", "work":"software engi", "family":{ "baba":"stev",...
Any chance of an example of a Criteria query refering to a nested field.
As now Spring Data ES supports rolling index strategy, i would love to see some examples of it using date. Please point me in any direction on this as i...
There is a [custom starter](https://github.com/zalando-stups/booties/tree/master/data-jpa-eclipselink-spring-boot-starter) to use Spring Data JPA with Eclipselink that allows us to get rid off the additional configuration needed.
Building examples should succeed even without any database running, nor Docker available. It should be possible to either have a database running locally or docker available to execute the tests....