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