标签: spring-boot spring-security thymeleaf
我想在春季靴子项目中使用Thymeleaf和spring security。但模板不存在。 错误讯息:
出现意外错误(type = Internal Server Error, 状态= 500)。解析模板时出错" home",模板可能不存在 或者可能无法通过任何已配置的模板解析器访问
答案 0 :(得分:0)
要在spring boot中渲染jsp,您可以使用Thymeleaf或embeded-tomcat依赖项。他们两个都会在春天照顾你的解析器部分。