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

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/main/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/main/etc/ide) and have them applied to your changes. Don’t submit any formatting...

status: waiting-for-triage

Maven allows you to run the compiler as a separate process by setting `true`. This feature can lead to much less garbage collection and make Maven build faster. This project...

status: waiting-for-triage

Spring Boot 2.4 advocates for JUnit 5 usage so we should start migrating our examples to use JUnit 5.

type: task

We should add an example that demonstrates [this](http://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repositories.custom-behaviour-for-all-repositories).

status: waiting-for-triage

The question is could your team add the example how to return the store procedure's result set not the output parameter we defined ? i can see we can return...

status: waiting-for-triage

I am looking for an example of how to search where a field is null. Here's my example: I have a controller method for searching like so ``` java @RequestMapping(method...

status: waiting-for-triage

anychance of an example of validation for rest post/put as mentioned here: http://docs.spring.io/spring-data/rest/docs/current/reference/html/#validation having issues trying to get it working here

status: waiting-for-triage