原文:springboot项目浏览器报错:Whitelabel Error Page --There was an unexpected error (type=Not Found, status=404)

页面访问http: localhost: hello .检查url是否正确 下面的是 :http: localhost: hello 下面的是 : http: localhost: hello 上面的路径对我没用,检查pom.xml ,添加thymeleaf依赖 成功访问。 lt dependency gt lt groupId gt org.springframework.boot lt gro ...

2019-10-28 14:22 0 2570 推荐指数:

查看详情

初学 Spring boot 报错 Whitelabel Error Page 404

按照教程,写了个最简单的 HelloWorld,尼玛报错 -->Whitelabel Error Page 404. 网上99%都是项目结构不对,说什么 Application放在父级 package。然而我这个这么简单居然也报404。 注意: 前端模版 ...

Wed Jun 20 01:37:00 CST 2018 0 6261
springboot关闭whitelabel Error page

当访问不存在的页面时报错: 如何关闭它?有2种方法, 方法1: 方法2:在MyApplication上边的注解@SpringBootApplication中加入:exclude = ErrorMvcAutoConfiguration.class ...

Sat Nov 16 00:44:00 CST 2019 0 323
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM