无法解析 MVC 视图 ‘/user‘

无法解析 MVC 视图 ‘/user‘_第1张图片

无法解析是因为找不到拼接的前后缀,所以无法跳转。忘记导入模板引擎依赖

在pom.xml添加这个依赖


    org.thymeleaf
    thymeleaf-spring5


    org.thymeleaf.extras
    thymeleaf-extras-java8time

你可能感兴趣的:(bug,mvc,java,spring)