spring-data-examples icon indicating copy to clipboard operation
spring-data-examples copied to clipboard

Spring Data Example Projects

Results 38 spring-data-examples issues
Sort by recently updated
recently updated
newest added

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...

status: waiting-for-triage

`$geoIntersects` is only supported with `Criteria` object. It will be good to add the example

status: waiting-for-triage

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...

status: waiting-for-triage

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",...

status: waiting-for-triage

Any chance of an example of a Criteria query refering to a nested field.

status: waiting-for-triage

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...

status: waiting-for-triage

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.

in-progress

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....

in-progress