问答详情
源自:6-3 thymeleaf 常用标签的使用方法

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

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


提问者:Lemon 2019-02-14 10:09

个回答

  • 慕神357921
    2019-02-16 16:36:29

    没有找到 index.ftl 所映射的方法
    方法上改成
    @RequestMapping("/index.ftl") 就可以 视频 thymeleaf模板 上的后添加的访问连接  .html  我的也没通过