配置了试图解析器后springboot仍无法解析
最终还是访问不上页面
问怎么解决这种问题
收起
解析器要改为thymeleaf,如下:
# 配置模板存放路径 spring.thymeleaf.prefix=classpath:/templates/ #配置模板后缀 spring.thymeleaf.suffix=.html
报告相同问题?