Skip to content

Commit 98fabd8

Browse files
author
玘珞
authored
Update java-concurrent-questions-03.md
修改错别字
1 parent a955c64 commit 98fabd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/java/concurrent/java-concurrent-questions-03.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ public class ThreadPoolTest {
457457

458458
这里提供的一种**任务持久化**的思路,这里所谓的任务持久化,包括但不限于:
459459

460-
1. 设计一张任务表间任务存储到 MySQL 数据库中。
460+
1. 设计一张任务表将任务存储到 MySQL 数据库中。
461461
2. Redis 缓存任务。
462462
3. 将任务提交到消息队列中。
463463

0 commit comments

Comments
 (0)