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)