1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2421 from qiliq/main

修改错别字
This commit is contained in:
Guide 2024-07-03 21:43:04 +08:00 committed by GitHub
commit 28bfed8001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -457,7 +457,7 @@ public class ThreadPoolTest {
这里提供的一种**任务持久化**的思路,这里所谓的任务持久化,包括但不限于:
1. 设计一张任务表任务存储到 MySQL 数据库中。
1. 设计一张任务表任务存储到 MySQL 数据库中。
2. Redis 缓存任务。
3. 将任务提交到消息队列中。