From 53696606204e06e326fa2997a2f141cfd5e9f49f Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Fri, 11 May 2018 16:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20TODO.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 90751b4..8a6d1da 100644 --- a/TODO.md +++ b/TODO.md @@ -15,7 +15,7 @@ - [x] ~~spring-boot-demo-template-thymeleaf(使用模板引擎 - thymeleaf)~~ - [x] ~~spring-boot-demo-template-beetl(使用模板引擎 - beetl)~~ - [ ] spring-boot-demo-template-enjoy(使用模板引擎 - JFinal-Enjoy) -- [x] spring-boot-demo-orm-jdbctemplate(操作 SQL 关系型数据库 - JdbcTemplate) +- [x] ~~spring-boot-demo-orm-jdbctemplate(操作 SQL 关系型数据库 - JdbcTemplate)~~ - [x] ~~spring-boot-demo-orm-jpa(操作 SQL 关系型数据库 - JPA)~~ - [x] ~~spring-boot-demo-orm-mybatis(操作 SQL 关系型数据库 - mybatis)~~ - [ ] spring-boot-demo-orm-beetlsql(操作 SQL 关系型数据库 - beetlSQL)