spring-data-examples
spring-data-examples copied to clipboard
Spring Data Example Projects
- [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...
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...
Spring Boot 2.4 advocates for JUnit 5 usage so we should start migrating our examples to use JUnit 5.
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).
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...
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...
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