From 19f0f9ff7fbc4986e7ecb577f27629fda9f1165d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=8C=BFDD?= Date: Sat, 5 Mar 2016 13:00:30 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d003a97..8d61ba7 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ - chapter1:快速入门,基本项目构建(可作为工程脚手架),引入web模块,完成一个简单的RESTful API - chapter3-1-1:构建一个较为复杂的RESTful API,以及单元测试 - chapter3-1-2:使用Thymeleaf模板引擎渲染web视图 +- chapter3-1-3:使用Freemarker模板引擎渲染web视图 +- chapter3-2-1:数据访问 + +