关于Springboot配置thymeleaf的404问题

问题

我的yaml配置

server:
  port: 8080
resources:
  static-locations:
    - classpath:/static/
spring:
  thymeleaf:
    cache: false
    checktemplatelocation: true
    enabled: true
    encoding: UTF-8
    mode: HTML
    prefix: classpath:/templates/
    suffix: .html

Terwer...小于 1 分钟经验分享实用技巧error404springbootthymeleaf