diff --git a/TODO.en.md b/TODO.en.md index e05c5ed..a2af55e 100644 --- a/TODO.en.md +++ b/TODO.en.md @@ -19,7 +19,7 @@ - [x] ~~spring-boot-demo-orm-jpa (operating SQL Relational Database - JPA)~~ - [x] ~~spring-boot-demo-orm-mybatis (operating SQL relational database - mybatis)~~ - [x] ~~spring-boot-demo-orm-mybatis-mapper-page (operating SQL relational database - integrating mybatis generic Mapper, PageHelper)~~ -- [x] ~~spring-boot-demo-orm-mybatis-plus (operating SQL relational database - integrating mybatis-plus)~~ +- [x] ~~spring-boot-demo-orm-mybatis-plus (operating SQL relational database - integrating mybatis-plus, Mapper, ActiveRecord)~~ - [x] ~~spring-boot-demo-orm-beetlsql (operating SQL relational database - beetlSQL)~~ - [x] ~~spring-boot-demo-cache-redis (using redis for caching)~~ - [x] ~~spring-boot-demo-cache-ehcache (using Ehcache for caching)~~ diff --git a/TODO.md b/TODO.md index 15503a1..bd9d40c 100644 --- a/TODO.md +++ b/TODO.md @@ -19,7 +19,7 @@ - [x] ~~spring-boot-demo-orm-jpa(操作 SQL 关系型数据库 - JPA)~~ - [x] ~~spring-boot-demo-orm-mybatis(操作 SQL 关系型数据库 - mybatis)~~ - [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-mybatis-plus(操作 SQL 关系型数据库 - 集成mybatis-plus,Mapper操作、ActiveRecord操作)~~ - [x] ~~spring-boot-demo-orm-beetlsql(操作 SQL 关系型数据库 - beetlSQL)~~ - [x] ~~spring-boot-demo-cache-redis(使用 redis 进行缓存)~~ - [x] ~~spring-boot-demo-cache-ehcache(使用 Ehcache 进行缓存)~~