From bd7ce25d3b2856cbd4df4a272550d2e735217c7d Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 11 Oct 2018 15:02:53 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20spring-boot-demo-template-enjoy=20?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + TODO.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e6d0a9..61dca35 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actu spring-boot-demo-template-freemarker spring-boot-demo-template-thymeleaf spring-boot-demo-template-beetl + spring-boot-demo-template-enjoy pom diff --git a/TODO.md b/TODO.md index 33c963e..cae015e 100644 --- a/TODO.md +++ b/TODO.md @@ -15,7 +15,7 @@ - [x] ~~spring-boot-demo-template-freemarker(使用模板引擎 - Freemarker)~~ - [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-template-enjoy(使用模板引擎 - JFinal-Enjoy)~~ - [ ] spring-boot-demo-orm-jdbctemplate(操作 SQL 关系型数据库 - JdbcTemplate) - [ ] spring-boot-demo-orm-jpa(操作 SQL 关系型数据库 - JPA) - [ ] spring-boot-demo-orm-mybatis(操作 SQL 关系型数据库 - mybatis)