zoukankan      html  css  js  c++  java
  • springboot 没有跳转到指定页面

    Whitelabel Error Page

     
    解决办法,添加依赖:
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-thymeleaf</artifactId>
    </dependency>

    原因:springboot 在启动 thymeleaf 时,会根据 ThymeleafAutoConfiguration 自动去认

  • 相关阅读:
    p1297
    p2023
    p1612
    逆元总结
    p1652
    考试总结10-08
    p1459
    p1821
    p1863
    p1884
  • 原文地址:https://www.cnblogs.com/xiluhua/p/9784063.html
Copyright © 2011-2022 走看看