Skip to content

Commit

Permalink
add thymeleaf blog
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Aug 20, 2019
1 parent 3f887dc commit 9e24676
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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相关设置
Expand Down
11 changes: 11 additions & 0 deletions spring-boot/205-web-thymeleaf/README.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit 9e24676

Please sign in to comment.