为什么http://127.0.0.1:8080/ftl/index.ftl加上.ftl就访问失败呢

来源:6-3 thymeleaf 常用标签的使用方法

Lemon

2019-02-14 10:09

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Thu Feb 14 10:06:08 CST 2019

There was an unexpected error (type=Not Found, status=404).

No message available


写回答 关注

1回答

  • 慕神357921
    2019-02-16 16:36:29
    没有找到 index.ftl 所映射的方法
    方法上改成
    @RequestMapping("/index.ftl") 就可以 视频 thymeleaf模板 上的后添加的访问连接  .html  我的也没通过


SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题