
thymeleaf
千里码万里行
无码不欢
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringMVC整合Thymeleaf模板
SpringMVC整合Thymeleaf模板 之前的工作中用到了Thymeleaf 视图模板,用起来真的感觉还不错,下面介绍下SpringMVC + thymeleaf模板的整合 thymeleaf官方在github上面的宠物店示例https://github.com/thymeleaf/thymeleafexamples-petclinic,可以在github上面下载下来研究下转载 2018-01-22 15:37:59 · 606 阅读 · 0 评论 -
thymeleaf解析html5标签出错(没有结束符)解决办法
thymeleaf对html标签强类型检查,处理如下; 1. 导入LEGACYHTML5依赖jar包 net.sourceforge.nekohtml nekohtml 1.9.22 2. 修改thymeleaf模板参数配置,由HTML5-->LEGACYHTML5 3. 重启server,完成原创 2018-02-01 18:43:04 · 1074 阅读 · 0 评论