diff --git a/TODO.md b/TODO.md index 288b9dc..33c963e 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,7 @@ 推荐直接查看 [**进度计划**](https://github.com/xkcoding/spring-boot-demo/projects/1) 了解开发情况 -## 模块计划(已完成:10 / 39) +## 模块计划(已完成:11 / 39) - [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~ - [x] ~~spring-boot-demo-properties(读取配置文件信息)~~ @@ -14,7 +14,7 @@ - [x] ~~spring-boot-demo-exception-handler(统一异常处理)~~ - [x] ~~spring-boot-demo-template-freemarker(使用模板引擎 - Freemarker)~~ - [x] ~~spring-boot-demo-template-thymeleaf(使用模板引擎 - thymeleaf)~~ -- [ ] spring-boot-demo-template-beetl(使用模板引擎 - beetl) +- [x] ~~spring-boot-demo-template-beetl(使用模板引擎 - beetl)~~ - [ ] spring-boot-demo-template-enjoy(使用模板引擎 - JFinal-Enjoy) - [ ] spring-boot-demo-orm-jdbctemplate(操作 SQL 关系型数据库 - JdbcTemplate) - [ ] spring-boot-demo-orm-jpa(操作 SQL 关系型数据库 - JPA)