https://github.com/ifyun/lock_demo
乐观锁和悲观锁的使用
https://github.com/ifyun/lock_demo
optimistic-lock
Last synced: about 2 months ago
JSON representation
乐观锁和悲观锁的使用
- Host: GitHub
- URL: https://github.com/ifyun/lock_demo
- Owner: ifyun
- Created: 2019-09-04T13:09:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T13:09:38.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T05:14:35.039Z (about 2 months ago)
- Topics: optimistic-lock
- Language: Java
- Size: 56.6 KB
- Stars: 32
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 乐观锁和悲观锁
使用 Spring Boot 和 Mybatis 实现乐观锁和悲观锁。