https://github.com/cepr0/sb-sd-optimistic-lock-demo
An example of Optimistic locking with Spring Data JPA
https://github.com/cepr0/sb-sd-optimistic-lock-demo
hibernate optimistic-locking spring spring-boot spring-data-jpa
Last synced: about 2 months ago
JSON representation
An example of Optimistic locking with Spring Data JPA
- Host: GitHub
- URL: https://github.com/cepr0/sb-sd-optimistic-lock-demo
- Owner: Cepr0
- Created: 2019-08-31T12:46:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T22:06:27.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T22:09:09.842Z (over 1 year ago)
- Topics: hibernate, optimistic-locking, spring, spring-boot, spring-data-jpa
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A simple example of Optimistic locking with Spring Data JPA
Related to this [StackOverflow post](https://stackoverflow.com/a/57738443).