Spring Boot访问HTML页面报404错误Whitelabel Error Page呢?
下文笔者讲述SpringBoot访问HTML页面报404异常的错误分享,如下所示
Spring Boot项目 在访问一个未使用任何模板技术的纯HTML页面时报404错误 Whitelabel Error Page
访问出错信息如下所示
内如如下: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Thu Dec 06 20:21:45 CST 2023 There was an unexpected error (type=Not Found, status=404).
SpringBoot中html页面报404异常
我们只需在相应的页面中加入相应的依赖即可 pom.xml中 添加Thymeleaf依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。