摘要: 以下整合jsp使用的开发工具为intellij idea。其他开发工具目录结构相同 在pom.xml文件中加入注释部分的依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spr 阅读全文
posted @ 2021-04-21 11:52 panchanggui 阅读(149) 评论(0) 推荐(0)
摘要: 概述(转) Thymeleaf 是一个跟 Velocity、FreeMarker 类似的模板引擎,它可以完全替代 JSP 。相较与其他的模板引擎,它有如下三个极吸引人的特点 Thymeleaf 在有网络和无网络的环境下皆可运行,即它可以让美工在浏览器查看页面的静态效果,也可以让程序员在服务器查看带数 阅读全文
posted @ 2021-04-21 10:57 panchanggui 阅读(1008) 评论(0) 推荐(0)
摘要: 报错信息:org.thymeleaf.exceptions.TemplateInputException: Error resolving template "xxxxx", template might not exist or might not be accessible by any of 阅读全文
posted @ 2021-04-21 10:20 panchanggui 阅读(441) 评论(0) 推荐(0)