diff --git a/TODO.md b/TODO.md index f13c528..722385c 100644 --- a/TODO.md +++ b/TODO.md @@ -23,7 +23,7 @@ - [x] ~~spring-boot-demo-orm-mybatis-mapper-page(操作 SQL 关系型数据库 - 集成mybatis通用Mapper,PageHelper)~~ - [x] ~~spring-boot-demo-orm-mybatis-plus(操作 SQL 关系型数据库 - 集成mybatis-plus)~~ - [x] ~~spring-boot-demo-orm-beetlsql(操作 SQL 关系型数据库 - beetlSQL)~~ -- [ ] spring-boot-demo-cache-redis(使用 redis 进行缓存) +- [x] ~~spring-boot-demo-cache-redis(使用 redis 进行缓存)~~ - [ ] spring-boot-demo-cache-ehcache(使用 Ehcache 进行缓存) - [ ] spring-boot-demo-email(集成邮件服务) - [ ] spring-boot-demo-task-schedule(定时任务 - Task 实现)