Skip to content

Commit fab894e

Browse files
committed
更新
1 parent 5d00c95 commit fab894e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD/ID-generator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
通常有以下几种方案:
1111

1212
## 基于数据库
13-
可以利用 MySQL 中的自增属性 `auto_increment` 来生成全局唯一 ID,也能保证趋势递增。
13+
可以利用 `MySQL` 中的自增属性 `auto_increment` 来生成全局唯一 ID,也能保证趋势递增。
1414
但这种方式太依赖 DB,如果数据库挂了那就非常容易出问题。
1515

1616
### 水平扩展改进

0 commit comments

Comments
 (0)