spring-data-examples
spring-data-examples copied to clipboard
Spring Data Example Projects
We should have separate examples in order to make it easier to compare the approaches.
Closes #646. - [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...
Since transactions are only available starting with spring-data-couchbase 5.0.0 (spring-boot-starter-parent 3.0.0) this module will need to have a different parent than the other spring data couchbase examples. org.springframework.boot spring-boot-starter-parent 3.0.0-SNAPSHOT
- [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...
I got the same error when migrating my app from spring-boot 3.1.5 to 3.2.0 and found this example. The error is logged here too: `2024-01-03T19:09:17.359+01:00 ERROR 1451 --- [ main]...
Thank you for the effort for this handy project! This is a minor fix pertaining to a blocking call in `KeyCommandsTests` class as detected by BlockHound: Of course the method...
Add toString method for Customer and fix the issue of CustomizableTraceInterceptor printing object address.
``` public interface DistributedLockRepository extends ReactiveCrudRepository { @Query("SELECT * FROM distributed_lock WHERE lock_key = :#{[0]} for update ") Mono findByLockKey(String lockKey); } ``` ``` @Override public boolean acquireLock(DistributedLockDO distributedLockDO) {...
- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/main/CONTRIBUTING.adoc). - [ ] 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...