修改thymeleaf模板默认路径
在我们使用thymeleaf模板时 我们访问html界面跳转时后缀默认是.jsp(我们可以改成后缀为.html)
我们可以通过yml配置更改
#视图解析器
thymeleaf:
prefix: classpath:/templates/
suffix: .html
修改thymeleaf模板默认路径
在我们使用thymeleaf模板时 我们访问html界面跳转时后缀默认是.jsp(我们可以改成后缀为.html)
我们可以通过yml配置更改
#视图解析器
thymeleaf:
prefix: classpath:/templates/
suffix: .html