From 9e2467664b829b4baf0ca73417659a68103d33b2 Mon Sep 17 00:00:00 2001 From: yihui Date: Tue, 20 Aug 2019 21:47:13 +0800 Subject: [PATCH] add thymeleaf blog --- readme.md | 3 ++- spring-boot/205-web-thymeleaf/README.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 spring-boot/205-web-thymeleaf/README.md diff --git a/readme.md b/readme.md index 9051272c..e4030bcd 100644 --- a/readme.md +++ b/readme.md @@ -54,7 +54,8 @@ SpringBoot与SpringCloud学习过程中的源码汇总,沉淀记录下学习 - [x] [新增与修改使用说明](http://spring.hhui.top/spring-blog/2019/05/26/190526-SpringBoot%E9%AB%98%E7%BA%A7%E7%AF%87%E6%90%9C%E7%B4%A2Solr%E4%B9%8B%E6%96%87%E6%A1%A3%E6%96%B0%E5%A2%9E%E4%B8%8E%E4%BF%AE%E6%94%B9%E4%BD%BF%E7%94%A8%E5%A7%BF%E5%8A%BF/) ### III. MVC篇 - +- [ ] web + - [x] [spring & 模板引擎构建web项目](http://spring.hhui.top/spring-blog/tags/%E6%A8%A1%E6%9D%BF%E5%BC%95%E6%93%8E/) - [ ] mvc - [ ] 过滤器 & 拦截器 - [ ] RequestHeader, ResponseHeader相关设置 diff --git a/spring-boot/205-web-thymeleaf/README.md b/spring-boot/205-web-thymeleaf/README.md new file mode 100644 index 00000000..1cafd3c3 --- /dev/null +++ b/spring-boot/205-web-thymeleaf/README.md @@ -0,0 +1,11 @@ +## web-thymeleaf + +### 项目说明 + +本项目主要基于springboot + thymeleaf,用于演示基本的web项目构建 + +### 博文说明 + +本项目对应的博文内容为 + +- [190820-SpringBoot系列教程web篇之Thymeleaf环境搭建](http://spring.hhui.blog/spring-blog/2019/08/20/190820-SpringBoot%E7%B3%BB%E5%88%97%E6%95%99%E7%A8%8Bweb%E7%AF%87%E4%B9%8BThymeleaf%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/) \ No newline at end of file